ECE242 L19: Tree Traversal October 23, 2009
ECE 242 Data Structures
Lecture 19
Tree Traversal
ECE242 L19: Tree Traversal October 23, 2009
Overview °Problem: How do we access the data located in trees ° Well-defined approaches to access data in an
- rderly fashion
° Trees can be implemented in either arrays or with linked structures
- The traversal approaches are implementation independent