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=) ## 解题思路