Binary Search Tree Notes:
- can be solved through
recursion - if using
recursionto find solution, try to see if the space complexity can be optimized bynot stacking recursive function calls
recursionrecursion to find solution, try to see if the space complexity can be optimized by not stacking recursive function calls