Skip to content

Commit

Permalink
Missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
hollance authored Apr 18, 2017
1 parent 621a28d commit d9e36fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Huffman Coding/README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Huffman Coding

The idea: To encode objects that occur with a smaller number of bits than objects that occur less frequently.
The idea: To encode objects that occur often with a smaller number of bits than objects that occur less frequently.

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:

Expand Down

0 comments on commit d9e36fa

Please sign in to comment.