adityanjr / code-DS-ALGO

👨‍💻 Collection of algorithm and data structure codes, and competitive programming.
MIT License
31 stars 46 forks source link

Added Tree problems for InterviewBit #30

Closed DeepG25 closed 4 years ago

DeepG25 commented 4 years ago

I have added four problems in InterviewBit section

  1. Diagonal Traversal
  2. Right view of Binary Tree
  3. Cousins in Binary Tree
  4. Balanced Binary Tree