tulika-99 / DS_Algorithms

A collection of various Algorithms for Data Structures in different languages. HacktoberFest 2020-22 :octocat:
24 stars 124 forks source link

Added algo to count total nodes #205

Open sayantan06 opened 2 years ago

sayantan06 commented 2 years ago

This pull request contains the algo to count total number of nodes. This algo uses the recursion approach to count the total number of nodes in a Binary tree