edualgo/eduAlgo

Adding new methods to Binary Tree

Closed this issue · 0 comments

Need to add additional methods

  1. KthLevel -> This method is for print elements present on the Kth level from the top root.
  2. CountNode -> This method is for counting the total elements present in the Tree.