mirror of
https://github.com/ShusenTang/LeetCode.git
synced 2024-09-02 14:20:01 +00:00
fix typo
This commit is contained in:
parent
232e1f6cce
commit
1237103b48
@ -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大的元素。
|
||||
|
Loading…
Reference in New Issue
Block a user