backtracking topic
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
DSA-Guide
Building Ultimate Data Structure and Algorithms in C++ Solution Repository. Solution to various DSA problems including problem from Leetcode, Codechef, GFG, Coding Ninjas.
leetcode
This repo is having leetcode problems solution with explaination and also having the link to problems along with resources to learn and practice
geeksforgeeks
My solved DS & Algo problems on GeeksforGeeks. It covers almost every data structure and algorithm present that is must for practice to have a good hand on Competitive Programming.
MiniMax-TicTacToe-Java
MiniMax algorithm applied to Tic Tac Toe.
Data-Structues-and-Algorithm-using-Java
The only repository you need to master Data structure and algorithm. This repo contains questions that are asked in big product based giants. Be ready to land on your dream job.
LeetCode-Patterns
Set of Patterns to solve many algorithmic questions of similar type on LeetCode
sudoku.com-solver
Backtracking-based sudoku solver for sudoku.com.
Sudoku-Solver-Pro
Sudoku Solver Pro, generates Sudoku puzzle, solve with visualization of Backtracking Algorithm