TheFenrisLycaon / DSA-C--

DSA Codes for beginners.
21 stars 65 forks source link

Algorithm Name :: Backtracking #160

Open TheFenrisLycaon opened 1 year ago

TheFenrisLycaon commented 1 year ago

Algo Name :: Backtracking Algo Language :: C++

Sayam06 commented 1 year ago

I want to add sudoku solver under this algorithm. Kindly assign.

TheFenrisLycaon commented 1 year ago

Go ahead and add the code. Make sure you use the correct directory structure and please put comments in the code.

TheFenrisLycaon commented 1 year ago

Merged #174 to the repo. If you have more backtracking algorithms, @Sayam06 feel free to add.

oops-aman commented 1 year ago

I have added N Queen problem using Back Tracking. Kindly check and merge it.