Closed sriram-25 closed 5 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.
Is this issue still open? I would like to contribute to it
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.
I would like to add a program for solving Sudoku using backtracking.