ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

Sudoku Solver using Backtracking #60

Closed sriram-25 closed 5 years ago

sriram-25 commented 7 years ago

I would like to add a program for solving Sudoku using backtracking.

faheel commented 7 years ago

@sriram-25 You can add the Sudoku solver to Sudoku.cpp in the Backtracking folder.

And for graph algorithms, I'll soon add the graph data structure (both directed and undirected) which you and others can use to implement graph algorithms.

ankur54 commented 6 years ago

Is this issue still open? I would like to contribute to it

stale[bot] commented 5 years ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.