SNo | Name | Logic Used | Link |
---|---|---|---|
1 | Populate next pointers | BFS | view |
2 | Search in BST | recursion | view |
3 | Check BST | iterative order condition | view |
4 | Check BST | range validation | view |
5 | Construct BST from sorted array | div and conq type | view |
6 | LCA in BST | check the side of data points | view |
7 | Inorder Successor | recursion | view |
8 | Inorder Predecessor and Successor | Recursion | view |