Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding a README.md file to project
  • Loading branch information
Tony Pham authored and Tony Pham committed May 9, 2017
0 parents commit ef5fa28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +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
3. Compressing a file using the huffman tree

0 comments on commit ef5fa28

Please sign in to comment.