From 247e06164d9bb9da06c41f29b4c6e0e72b3727b1 Mon Sep 17 00:00:00 2001 From: weiss-ben <90002567+weiss-ben@users.noreply.github.com> Date: Fri, 23 Sep 2022 19:14:25 +0300 Subject: [PATCH] Update search/median_search2.cpp Co-authored-by: David Leal --- search/median_search2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/search/median_search2.cpp b/search/median_search2.cpp index 1e6fc802f..fc09ba687 100644 --- a/search/median_search2.cpp +++ b/search/median_search2.cpp @@ -19,6 +19,7 @@ * print median(B) #should be 4 * * @author [Benjamin Weiss](https://github.com/weiss-ben) + * @see median_search.cpp */ #include /// for assert