We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297840a commit 7031a03Copy full SHA for 7031a03
README.md
@@ -17,6 +17,10 @@ Unlike Huffmans code LZW dont need an extra dictionary to be saved. Also
17
LZW does not create a mapping to byte to bin sequence. It creates mapping
18
of multiple byte to binary sequence.
19
20
+##testing environment:
21
+
22
+I tested this project in:
23
+Linux Mint
24
25
## Running Instruction:
26
```
0 commit comments