backtracking topic

List backtracking repositories

DSA--GeeksForGeeks

55
Stars
25
Forks
Watchers

DSA course solutions in C++ Jump to below directly for more problems

DSA-Guide

30
Stars
8
Forks
Watchers

Building Ultimate Data Structure and Algorithms in C++ Solution Repository. Solution to various DSA problems including problem from Leetcode, Codechef, GFG, Coding Ninjas.

leetcode

17
Stars
5
Forks
Watchers

This repo is having leetcode problems solution with explaination and also having the link to problems along with resources to learn and practice

geeksforgeeks

35
Stars
16
Forks
Watchers

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

25
Stars
12
Forks
Watchers

MiniMax algorithm applied to Tic Tac Toe.

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

21
Stars
12
Forks
Watchers

Set of Patterns to solve many algorithmic questions of similar type on LeetCode

sudoku.com-solver

49
Stars
15
Forks
Watchers

Backtracking-based sudoku solver for sudoku.com.

Sudoku-Solver-Pro

18
Stars
4
Forks
Watchers

Sudoku Solver Pro, generates Sudoku puzzle, solve with visualization of Backtracking Algorithm