Skip to content

Commit 59eda96

Browse files
committed
updated readme
1 parent c8a98ac commit 59eda96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Challenge | Solution
8585
------------ | -------------
8686
[ Balance a Binary Search Tree](https://leetcode.com/problems/balance-a-binary-search-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/Binary%20Search%20Trees/balance_binary_search_tree.py)
8787
[BST to Greater Sum Tree](https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/Binary%20Search%20Trees/bst_to_greater_sum_tree.py)
88+
[search insert position]( https://leetcode.com/problems/search-insert-position/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/Java/search_insert_position.java)
89+
8890

8991
## Graphs
9092
Challenge | Solution

0 commit comments

Comments
 (0)