Based of Huffman Algorithm & NetBeans
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a Text Compression and Decompression Application which is built by using Huffman's Algorithm.
Simply fork/download to use the application & run it using JRE.
- JRE
-
Compress Run the application. Select the text file to compress. Click "Compress" Button.
-
Decompress Run the application. Select the text file to decompress. Click "Decompress" Button.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Harshil Tagadiya - @harshil-270 - harshiltagadiya@gmail.com
Het Patel - @whohet - whohet@gmail.com
Project Link: https://github.com/harshil-270/Data-Compression/
- Mufaddal Naya - For Providing Such Great Ideas