From 455d6d9817d355f772d4b8f4894191196befc67a Mon Sep 17 00:00:00 2001 From: Tony Pham Date: Tue, 9 May 2017 15:32:26 -0400 Subject: [PATCH] changes to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a9379d..4c6977e 100644 --- a/README.md +++ b/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