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 418980d commit a689963Copy full SHA for a689963
greedy_algorithms/gale_shapley.cpp
@@ -1,10 +1,10 @@
1
/**
2
* @file
3
- * @brief [Stable Marriage](https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm)
+ * @brief [Gale Shapley](https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm)
4
* @details
5
* This implementation utilizes the Gale-Shapley algorithm to find stable matches
6
*
7
- * **Stable Marriage Problem** aims to find a stable matching between two equally sized
+ * **Gale Shapley** aims to find a stable matching between two equally sized
8
* sets of elements given an ordinal preference for each element. The algorithm was
9
* introduced by David Gale and Lloyd Shapley in 1962.
10
0 commit comments