Skip to content

Commit 4462646

Browse files
authored
Update README.md
1 parent 7031a03 commit 4462646

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ A File Compression software that helps zip/Unzip files using these 2 algorihtms:
33
1. Huffmans Code
44
2. Lempel-Ziv-Wells algorithm
55

6-
76
# About Huffmans Code
87

98
The 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
1716
LZW does not create a mapping to byte to bin sequence. It creates mapping
1817
of multiple byte to binary sequence.
1918

20-
##testing environment:
21-
22-
I tested this project in:
23-
Linux Mint
24-
2519
## Running Instruction:
2620
```
2721
java -jar FileCompression.jar
@@ -32,3 +26,10 @@ file>open>click zip>the zipped file will be created on the same folder
3226

3327
to unzip a file:
3428
file>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)

0 commit comments

Comments
 (0)