|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Files | |
| file | graph_coloring.cpp |
| prints the assigned colors using Graph Coloring algorithm | |
| file | knight_tour.cpp |
| Knight's tour algorithm | |
| file | minimax.cpp |
| returns which is the longest/shortest number using minimax algorithm | |
| file | sudoku_solve.cpp |
| Sudoku Solver algorithm. | |