From f31874bb10dfd4a52cc8e7ee7d39a3c1fc52f2ae Mon Sep 17 00:00:00 2001 From: ei1333 Date: Thu, 14 Aug 2025 21:55:03 +0900 Subject: [PATCH] Fix #151 --- graph/others/cartesian-tree.hpp | 2 -- 1 file changed, 2 deletions(-) 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) {