We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3021d9d commit 08d29f2Copy full SHA for 08d29f2
greedy_algorithms/gale_shapley.cpp
@@ -29,7 +29,7 @@ namespace greedy_algorithms {
29
* @namespace
30
* @brief Functions for the Gale-Shapley Algorithm
31
*/
32
-
+namespace stable_matching {
33
/**
34
* @brief The main function that finds the stable matching between two sets of elements
35
* using the Gale-Shapley Algorithm.
0 commit comments