Harshita-Kanal / Data-Structures-and-algorithms

This repository would be a documentation of my journey towards learning Data structures and algorithms. Please :star: this repo if you liked the effort :smile:
23 stars 128 forks source link

Created Diameter_of_a_Tree.cpp #28

Closed Santhosh-Vardhan closed 4 years ago

Santhosh-Vardhan commented 4 years ago

Created a C++ program to find the diameter of a tree with documentation. The program uses DFS to find the diameter of a tree and has been implemented using OOPS in a very readable and understandable fashion.