We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2678048Copy full SHA for 2678048
README.md
@@ -0,0 +1,2 @@
1
+# lzss-encoder-decoder
2
+Implementation of LZSS, a lossless data compression algorithm by using Z algorithm, Huffman and Elias encoding method.
0 commit comments