From 3703214ae81061f7a6a2c9b82ddedecf46713f9d Mon Sep 17 00:00:00 2001 From: 17x <220817687+17X61@users.noreply.github.com> Date: Mon, 4 May 2026 17:49:06 +0800 Subject: [PATCH] Fix NowCoder link for kth BST node note --- ...2\204\347\254\254 K \344\270\252\347\273\223\347\202\271.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/notes/54. \344\272\214\345\217\211\346\237\245\346\211\276\346\240\221\347\232\204\347\254\254 K \344\270\252\347\273\223\347\202\271.md" "b/notes/54. \344\272\214\345\217\211\346\237\245\346\211\276\346\240\221\347\232\204\347\254\254 K \344\270\252\347\273\223\347\202\271.md" index 7f932fe9ed..2439b78941 100644 --- "a/notes/54. \344\272\214\345\217\211\346\237\245\346\211\276\346\240\221\347\232\204\347\254\254 K \344\270\252\347\273\223\347\202\271.md" +++ "b/notes/54. \344\272\214\345\217\211\346\237\245\346\211\276\346\240\221\347\232\204\347\254\254 K \344\270\252\347\273\223\347\202\271.md" @@ -1,6 +1,6 @@ # 54. 二叉查找树的第 K 个结点 -[NowCoder](https://www.nowcoder.com/practice/ef068f602dde4d28aab2b210e859150a?tpId=13&tqId=11215&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking&from=cyc_github) +[NowCoder](https://www.nowcoder.com/practice/57aa0bab91884a10b5136ca2c087f8ff?tpId=13&tqId=2305268&ru=%2Fpractice%2Fcf7e25aa97c04cc1a68c8f040e71fb84&qru=%2Fta%2Fcoding-interviews%2Fquestion-ranking&sourceUrl=) ## 解题思路