Update search/median_search2.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
weiss-ben 2022-09-23 19:14:25 +03:00 committed by GitHub
parent 613a55174f
commit 247e06164d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
* print median(B) #should be 4 * print median(B) #should be 4
* *
* @author [Benjamin Weiss](https://github.com/weiss-ben) * @author [Benjamin Weiss](https://github.com/weiss-ben)
* @see median_search.cpp
*/ */
#include <cassert> /// for assert #include <cassert> /// for assert