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 | n_queens.cpp |
Eight Queens puzzle | |
file | nqueen_print_all_solutions.cpp |
Eight Queens puzzle, printing all solutions | |
file | sudoku_solve.cpp |
Sudoku Solver algorithm. | |