issues
search
wupangyen
/
LeetCode
LeetCode
1
stars
0
forks
source link
LeetCode 701. Insert into a Binary Search Tree
#32
Open
wupangyen
opened
3 years ago
wupangyen
commented
3 years ago
Summary:
First we need to find the position we need to insert
By comparing value with left child or right child to find the right position
wupangyen
commented
3 years ago
Summary: