Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore tree traversal algorithms, including Breadth-First Search (BFS) and Depth-First Search (DFS) with its Preorder, Inorder, and Postorder variations. Gain a comprehensive understanding of these essential data structure concepts, learn how to implement them using recursion, and discover their applications in efficient tree searching and traversal. Dive into detailed explanations and code demonstrations to master these fundamental algorithms used in computer science and software development.
Syllabus
- Introduction
- BFS and DFS
- Preorder algorithm
- Traversing a tree with recursion explaining the code
- Inorder algorithm
- Postorder algorithm
Taught by
CodeBeauty