codeiiest-dev / Algorithms

Collection of algorithms to read, learn and contribute to.
https://codeiiest-dev.github.io/Algorithms/
MIT License
23 stars 14 forks source link

Tree Algo #6

Open souvikmahato-sm opened 3 years ago

souvikmahato-sm commented 3 years ago

Topic: Graph

Subtopic: Tree Algorithms

Small Description: Diameter of a tree is the maximum length between two nodes.

Checks:

souvikmahato-sm commented 3 years ago

Please assign this to me !

arnabsen1729 commented 3 years ago

Add some more topics under Trees, like Binary Lifting LCA and others.

iammanish17 commented 3 years ago

Assign subtree dp and traversal to me please.