mirror of
https://github.com/ShusenTang/LeetCode.git
synced 2026-08-24 07:34:42 +08:00
fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# [30. Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)
|
||||
# [230. Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)
|
||||
|
||||
# 思路
|
||||
题意要求返回一棵二叉搜索树中第k大的元素。
|
||||
|
||||
Reference in New Issue
Block a user