diff --git a/probability/windowed_median.cpp b/probability/windowed_median.cpp index 11632ed64..6ba0a860b 100644 --- a/probability/windowed_median.cpp +++ b/probability/windowed_median.cpp @@ -15,7 +15,7 @@ * whenever values are inserted or erased to/from BST. The root of the tree is the median! Hence, median retrieval is always O(1) * * Time complexity: O(logN). Space complexity: O(N). N - size of window - * @author [Yaniv Hollander] (https://github.com/YanivHollander) + * @author [Yaniv Hollander](https://github.com/YanivHollander) */ #include #include