Skip to content

Commit 08d29f2

Browse files
Update greedy_algorithms/gale_shapley.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 3021d9d commit 08d29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/gale_shapley.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace greedy_algorithms {
2929
* @namespace
3030
* @brief Functions for the Gale-Shapley Algorithm
3131
*/
32-
32+
namespace stable_matching {
3333
/**
3434
* @brief The main function that finds the stable matching between two sets of elements
3535
* using the Gale-Shapley Algorithm.

0 commit comments

Comments
 (0)