Skip to content

Commit eb3c7b4

Browse files
committed
Small typo in Huffman.md
1 parent 7933406 commit eb3c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/data_compression/huffman/huffman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This will create a codebook that looks like this:
6666
| _o_ | 1110 |
6767
| ___ | 1111 |
6868

69-
and `bibbity bobbity` becomes `01000010010111011110111000100101110`.
69+
and `bibbity_bobbity` becomes `01000010010111011110111000100101110`.
7070
As mentioned this uses the minimum number of bits possible for encoding.
7171
The fact that this algorithm is both conceptually simple and provably useful is rather extraordinary to me and is why Huffman encoding will always hold a special place in my heart.
7272

0 commit comments

Comments
 (0)