From da22acb5e78a0ae910a0ebe13a0a94039e3bfe6b Mon Sep 17 00:00:00 2001 From: Soham Haldar <115897153+Mahos-H@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:00:59 +0530 Subject: [PATCH] Create README.md --- Huffman compressor/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Huffman compressor/README.md diff --git a/Huffman compressor/README.md b/Huffman compressor/README.md new file mode 100644 index 00000000..716d70c3 --- /dev/null +++ b/Huffman compressor/README.md @@ -0,0 +1,2 @@ +Huffman-encoder +Huffman code generator (considers only alphabets and space)