In this video we are solving a basic tree traversal question: Range Sum of a BST (Leetcode # 938).
This question is a question suitable for a phone screen or as a warm up in a full onsite interview round because it's not too difficult and will test your knowledge of the BST data structure and how you traverse it.