Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes to README
  • Loading branch information
Tony Pham authored and Tony Pham committed May 9, 2017
1 parent ef5fa28 commit 455d6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Huffman Coding #

The Huffman coding algorithm will be used for lossless compression in this project. For more information a reference to wikipedia is given [here](https://en.wikipedia.org/wiki/Huffman_coding). The project will consist of three parts:
1. Creating a class to handle text parsing and character frequency analysis given a file
2. Creating the huffman tree given the frequency
1. Creating a class to handle text parsing and character frequency analysis given a file. The output will be a file with the frequencies
2. Creating the huffman tree given the frequency file.
3. Compressing a file using the huffman tree

0 comments on commit 455d6d9

Please sign in to comment.