Skip to content

Commit a689963

Browse files
committed
fix: added description
1 parent 418980d commit a689963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

greedy_algorithms/gale_shapley.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @file
3-
* @brief [Stable Marriage](https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm)
3+
* @brief [Gale Shapley](https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm)
44
* @details
55
* This implementation utilizes the Gale-Shapley algorithm to find stable matches
66
*
7-
* **Stable Marriage Problem** aims to find a stable matching between two equally sized
7+
* **Gale Shapley** aims to find a stable matching between two equally sized
88
* sets of elements given an ordinal preference for each element. The algorithm was
99
* introduced by David Gale and Lloyd Shapley in 1962.
1010
*

0 commit comments

Comments
 (0)