Lecture8 Trees Binary Tree
Lecture8 Trees Binary Tree
• Properties
• Binary Tree Traversals
• Expression Trees
• Huffman Code (infix, postfix and prefix expressions)
Level 0 . . . . . . . . . . . . . 1 ..……………….. 20
Level 1 . . . . 2 3 ….. 21
Level 2 . . 4 5 6 7 ... 22
: :
: :
Level l . . . 2l
A AB
ABC ABCD
ABCDE ABCDEF