DEV Community

Play Button Pause Button
Vaidehi Joshi for The DEV Team

Posted on

BaseCS: Tree Traversal

Today's episode of BaseCS explores tree traversal!

We'll learn about what it means to search through a tree, and see how the order of traversal through a tree can change the way that we visit every node in the data structure. Finally, we'll investigate the two strategies for visiting all the nodes in a tree structure: breadth-first search and depth-first search.

This whole series is sponsored by Heroku. A special thank you to Heroku for their ongoing support!

Top comments (4)

Collapse
 
ben profile image
Ben Halpern

Tree traversal is all over the place in effectively displaying threaded comment sections. Probably one of the most computer-sciency common UI elements around.

Collapse
 
martaforeman13 profile image
MartaForeman

Dev team doing really great work for the development of people skills and that empowers people to explore and boost their knowledge. I admire the cheap essay writing service uk update here these are really helpful and able to learn new skills. Thumbs up for the excellent sharing’s please keep going.

Collapse
 
samelawrence profile image
Sam E. Lawrence

These videos are fantastic at helping me grasp basic concepts. Thank you for making them!

Collapse
 
tommytran1 profile image
Tommy

Cool