Skip to content

Commit ca6586d

Browse files
committed
fix: reviewed changes
1 parent bdce70d commit ca6586d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

greedy_algorithms/gale_shapley.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ std::vector<int> gale_shapley(const std::vector<std::vector<int>>& secondary_pre
8484
} // namespace stable_matching
8585
} // namespace greedy_algorithms
8686

87-
/**
88-
* @brief Self-test implementations
89-
* @returns void
90-
*/
87+
9188
static void tests() {
9289
// Test Case 1
9390
std::vector<std::vector<int>> primary_preferences = {{0, 1, 2, 3}, {2, 1, 3, 0}, {1, 2, 0, 3}, {3, 0, 1, 2}};

0 commit comments

Comments
 (0)