This commit is contained in:
ShusenTang 2019-09-23 22:01:32 +08:00 committed by GitHub
parent 232e1f6cce
commit 1237103b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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大的元素。