Skip to content

Commit d9e36fa

Browse files
authoredApr 18, 2017
Missing word
1 parent 621a28d commit d9e36fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Huffman Coding/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Huffman Coding
22

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.
44

55
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:
66

0 commit comments

Comments
 (0)
Please sign in to comment.