ECE242 L17: Binary Trees October 19, 2009
ECE 242 Data Structures
Lecture 17
Binary Trees
ECE242 L17: Binary Trees October 19, 2009
Overview °Problem: How do we represent non-linear structures? °Binary Tree
- Similar to a linked list except each node has two children
- Useful for many data representations
° Size of the binary tree often grows logarithmically
- Many nice properties for searching and sorting