Skip to content

Commit 64bdeba

Browse files
authored
Update README.md
腾讯&leetcode230:二叉搜索树中第K小的元素
1 parent 12c46f4 commit 64bdeba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
- [字节&leetcode112:路径总和](https://github.com/sisterAn/JavaScript-Algorithms/issues/45)
110110
- [剑指Offer&leetcode101:对称二叉树](https://github.com/sisterAn/JavaScript-Algorithms/issues/53)
111111
- [字节一面:给定一个二叉树, 找到该树中两个指定节点间的最短距离](https://github.com/sisterAn/JavaScript-Algorithms/issues/83)
112+
- [腾讯&leetcode230:二叉搜索树中第K小的元素](https://github.com/sisterAn/JavaScript-Algorithms/issues/86)
112113

113114
###
114115
- [腾讯&字节等:最小的k个数](https://github.com/sisterAn/JavaScript-Algorithms/issues/59)
@@ -131,6 +132,7 @@
131132
### 查找算法
132133
- [腾讯:简述二分查找算法与时间复杂度,并实现一个二分查找算法](https://github.com/sisterAn/JavaScript-Algorithms/issues/83)
133134
- [腾讯&字节&leetcode34:在排序数组中查找元素的第一个和最后一个位置](https://github.com/sisterAn/JavaScript-Algorithms/issues/84)
135+
- [腾讯&leetcode230:二叉搜索树中第K小的元素](https://github.com/sisterAn/JavaScript-Algorithms/issues/86)
134136

135137
### 编程题
136138
- [携程&蘑菇街&bilibili:手写数组去重、扁平化函数](https://github.com/sisterAn/JavaScript-Algorithms/issues/30)

0 commit comments

Comments
 (0)