File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ A File Compression software that helps zip/Unzip files using these 2 algorihtms:
331 . Huffmans Code
442 . Lempel-Ziv-Wells algorithm
55
6-
76# About Huffmans Code
87
98The Huffmans algo creates a 1-1 mapping for each byte of the input file
@@ -17,11 +16,6 @@ Unlike Huffmans code LZW dont need an extra dictionary to be saved. Also
1716LZW does not create a mapping to byte to bin sequence. It creates mapping
1817of multiple byte to binary sequence.
1918
20- ##testing environment:
21-
22- I tested this project in:
23- Linux Mint
24-
2519## Running Instruction:
2620```
2721java -jar FileCompression.jar
@@ -32,3 +26,10 @@ file>open>click zip>the zipped file will be created on the same folder
3226
3327to unzip a file:
3428file>open>click unzip>the unzipped file will be created on the same folder
29+
30+
31+
32+ ##Testing environment:
33+
34+ I tested this project in:
35+ Linux Mint, OS X El Capitan (version 10.11.6)
You can’t perform that action at this time.
0 commit comments