Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Representation (Decimal, Binary & Hex (Decimal (Base-10 number…
Data Representation
-
Data Compression
Huffman Trees
-
Characters are placed in tree structures, with the most frequent nearest the top of the tree.
-
With this table, the word "SEAL" would be:
11 00 1000 01
-
-
-