An open API service indexing awesome lists of open source software.

https://github.com/absolutelysaurabh/huffmann-coding

Implementation of Huffmann data compression algorithm in C++. :flags: :high_brightness:
https://github.com/absolutelysaurabh/huffmann-coding

c-plus-plus huffmann-codes

Last synced: 3 months ago
JSON representation

Implementation of Huffmann data compression algorithm in C++. :flags: :high_brightness:

Awesome Lists containing this project

README

        

Implementation of the famous file compression algorithm, Huffmann Data Compression algorithm using Obejct Oriented Programming in C++.

All the data structures used are custom:
1. priority queue
2. min-heap
3. hashmap
4. vector