Trees 2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Trees II :

https://www.interviewbit.com/tutorial/binary-search-tree/
https://www.geeksforgeeks.org/binary-search-tree-set-1-search-and-insertion/

• https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-
tree/
• https://leetcode.com/problems/construct-binary-tree-from-preorder-and-
inorder-traversal/
• https://leetcode.com/problems/populating-next-right-pointers-in-each-
node/
• https://leetcode.com/problems/validate-binary-search-tree/
• https://leetcode.com/problems/range-sum-of-bst/
• https://leetcode.com/problems/kth-largest-element-in-a-stream/
• https://leetcode.com/problems/minimum-absolute-difference-in-bst/
• https://leetcode.com/problems/convert-sorted-array-to-binary-search-
tree/
• https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-
search-tree/
• https://practice.geeksforgeeks.org/problems/remove-bst-keys-outside-
given-range/1/

You might also like