diff --git a/graph/others/cartesian-tree.hpp b/graph/others/cartesian-tree.hpp index 79c6ef8f3..7d63a5cce 100644 --- a/graph/others/cartesian-tree.hpp +++ b/graph/others/cartesian-tree.hpp @@ -1,8 +1,6 @@ #pragma once /** * @brief Cartesian Tree - * - * @see https://kimiyuki.net/blog/2020/07/27/recursion-on-cartesian-tree/ */ template vector cartesian_tree(const vector &v) {