mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
* Added gale_shapley.cpp in greedy_algorithms * Added gale_shapley.cpp in greedy_algorithms * Genralized GaleShapley with reviewed change * fix: added description * fix: fixed nameing of namespace * fix: reviewed changes * fix: reviewed changes * TestCase Empty vector * function description * Update greedy_algorithms/gale_shapley.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update greedy_algorithms/gale_shapley.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Change type * typechange with header documentation --------- Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>