Vikhyat Yadav
@Vikhyat13
3 published packets
Joined Jan 2021
Published Projects
Phone keypad problem in C++
In this problem, we will discuss the combinations of alphabets that occurred by pressing the numbers on the phone keypad, and this problem is solved in C++.
Feb 07, 2021
0-N Knapsack in C++
It's a problem of 2-D DP of knapsack in C++, in which the weight W and a set of n items with some value's, needs to calculate the maximum amount of a profit from these set of items.
Feb 01, 2021
Problems like Rat in a Maze, N-Queen and Sudoku Solver in C++
In this module, we will discuss certain problems like Rat in a Maze, N-Queen, and Sudoku Solver with the help of backtracking in C++.
Jan 31, 2021