Skip to content

A program utilizing lossless compression and the huffman algorithm.

Notifications You must be signed in to change notification settings

karanvirheer/File-Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation


File Compressor

A program utilizing lossless compression and the Huffman Algorithm.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

A project made to learn and implement the Huffman Algorithm and lossless compression.

Allowed for greater understanding of binary trees and their traversal via recursion.

Skills Developed

  • Understanding of binary tree traversals
    • Post-Order
    • Pre-Order
  • Usage of the huffman algorithm
  • Compression and decompression of bits through lossless compression

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/karanvirheer/File-Compressor.git

Usage

To compress your files up to 53% of their original size. Allows for files to be decompressed back to original size.

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

Karanvir Heer - @Karanvir_H - [email protected]

Project Link: https://github.com/karanvirheer/File-Compressor

About

A program utilizing lossless compression and the huffman algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages