You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Huffman Coding/README.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Huffman Coding
2
2
3
-
The idea: To encode objects that occur with a smaller number of bits than objects that occur less frequently.
3
+
The idea: To encode objects that occur often with a smaller number of bits than objects that occur less frequently.
4
4
5
5
Although any type of objects can be encoded with this scheme, it is common to compress a stream of bytes. Suppose you have the following text, where each character is one byte:
0 commit comments