Contributors Technologies Used


Logo

Java Based Compress/Decompress Application with GUI

Based of Huffman Algorithm & NetBeans
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Acknowledgements

About The Project

Product Name Screen Shot

This is a Text Compression and Decompression Application which is built by using Huffman's Algorithm.

Built With

Getting Started

Simply fork/download to use the application & run it using JRE.

Prerequisites

  • JRE

Usage

  • 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.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Harshil Tagadiya - @harshil-270 - harshiltagadiya@gmail.com

Het Patel - @whohet - whohet@gmail.com

Project Link: https://github.com/harshil-270/Data-Compression/

Acknowledgements