Day 6 - Binary Trees and BSTBasic QuestionsBasic Questions Title of Question 1CodeC++PythonExplanation Analysis Time Complexity: O(n) Space Complexity: O(n) Title of Question 2CodeC++PythonExplanation Analysis Time Complexity: O(log n) Space Complexity: O(log n) Note: Once you have understood the above examples, try to solve the following problems on your own. Extra Problems Problem 1 title Show Solution Problem 2 title Show SolutionIntroductionProblem List