mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-02 18:23:06 +08:00
feat: add memory game and a games folder (#2471)
* feat: add memory game and a games folder * fix: `clang-tidy` warnings (hopefully) * fix: use `random_shuffle` `random_shuffle` was removed in C++17, however, we're using C++11 here, so there should be no harm. * updating DIRECTORY.md * clang-format and clang-tidy fixes for8cd0a772* fix: remove repeated `random` header * clang-format and clang-tidy fixes for02786880* fix: Windows build errors * fix: CI warnings (hopefully) * fix: CI warnings * fix: (finally) CI warnings * fix: wrong parameter name * fix: yet another attempt to fix CI --------- Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
This commit is contained in:
@@ -120,6 +120,9 @@
|
||||
* [Tree Height](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/dynamic_programming/tree_height.cpp)
|
||||
* [Word Break](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/dynamic_programming/word_break.cpp)
|
||||
|
||||
## Games
|
||||
* [Memory Game](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/games/memory_game.cpp)
|
||||
|
||||
## Geometry
|
||||
* [Graham Scan Algorithm](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/geometry/graham_scan_algorithm.cpp)
|
||||
* [Graham Scan Functions](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/geometry/graham_scan_functions.hpp)
|
||||
|
||||
Reference in New Issue
Block a user