Update search/median_search2.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
weiss-ben
2022-09-12 14:10:48 +03:00
committed by GitHub
parent 824589aacb
commit ccd386bc24

View File

@@ -34,6 +34,7 @@ struct ListNode {
namespace search {
/**
* @namespace median_search
* @brief Functions for the Median Search algorithm implementation.
*/
namespace median_search2 {
/**