mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
* Add files via upload
* Rename Backtracking/NQueen-PrintAllSolutions.cpp to backtracking/nqueen_print_all_solutions.cpp
* clang-format -i -style="{IndentWidth: 4}" *.cpp
* endl --> std::endl
Co-authored-by: Christian Clauss <cclauss@me.com>