Visit complete Computer Science roadmap
Computer Science Topic

Tree Algorithms

Tree Algorithms

A tree is non-linear and a hierarchical data structure consisting of a collection of nodes such that each node of the tree stores a value and a list of references to other nodes (the “children”).

Here is the list of common tree algorithms:

  • Tree Traversal:
    • Pre-Order Traversal
    • In-Order Traversal
    • Post-Order Traversal
  • Breadth First Search
  • Depth First Search

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress