Day 6 - Binary Trees and BST
Basic Questions

Basic Questions

Title of Question 1

Code

Explanation

Analysis

  • Time Complexity: O(n)
  • Space Complexity: O(n)

Title of Question 2

Code

Explanation

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

  1. Problem 1 title
  1. Problem 2 title