Priyanshu Prakash
@Priyanshu8488
3 published packets
Joined Apr 2021
Published Projects
Kadane's algorithm in C++
It is an algorithm that is to find maximum subarray problems. It is based on dynamic programming.
May 20, 2021
Number guessing game in C++
It is an interesting game in which we have to guess the number in a given range. If a person chooses right he won otherwise lose
May 19, 2021
Rat in the maze in C++
Rat in the maze is a technique to clear the concept of backtracking. It is used to find the shortest path to arrive at the original destination.
May 16, 2021