Skip to content

Commit 262265f

Browse files
authored
Update BST.md
1 parent f653863 commit 262265f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Topic/BST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Binary Search Trees and stuff
22

33
* [Max level sum](https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree/submissions/), [Solution](Solution/BST1.cpp)
4+
* [Linked list to BST](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/) , [Solution](Solution/BST2.cpp)

0 commit comments

Comments
 (0)