Free Post Binary Search Tree Search in a Binary Search Tree LeetCode’s challenge of the day [https://leetcode.com/explore/challenge/card/june-leetcoding-challenge/541/week-3-june-15th-june-21st/3361/] on June 15, 2020 (#700) asks us to search a Binary Search Tree and
Free Post LeetCode Traversing BST in Level Order LeetCode's challenge #102 [https://leetcode.com/problems/binary-tree-level-order-traversal/] asks us to traverse a Binary Search Tree in level order. Level order traversal is the key to solve a multitude of