forked from codeIIEST/Algorithms
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Topic: Graph
Subtopic: Tree Algorithms
- Tree traversal
- DP to count subtrees of each node
- Finding diameter of tree
- Finding Center and Centroid
- Finding LCA (Binary Lifing)
- Spanning trees
- Topological sort
Small Description: Diameter of a tree is the maximum length between two nodes.
Checks:
- explanation
- implementation
- references
- extra problems for practice
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation