Close
Close Window

CS3 Coursenotes

Chapter 5 Week 6

Show Source |    | About   «  5.1. Huffman Coding   ::   Contents   ::   5.3. Over-Constrained Code  »

5.2. Tries

5.2.1. Tree vs. Trie (1)

1 / 13 Settings
<<<>>>

To demonstrate to characteristics of a tree, we will display this on a number line. We first insert 36.

Created with Raphaël 2.1.2
Created with Raphaël 2.1.2
36
0
70
Proficient Saving... Error Saving
Server Error
Resubmit

5.2.2. Tree vs. Trie (2)

1 / 8 Settings
<<<>>>

To demonstrate to characteristics of a trie, we will display this on a number line. We start with an emtpy trie.

Created with Raphaël 2.1.2
Created with Raphaël 2.1.2
0
64
Proficient Saving... Error Saving
Server Error
Resubmit

   «  5.1. Huffman Coding   ::   Contents   ::   5.3. Over-Constrained Code  »

Close Window