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:
- Host: GitHub
- URL: https://github.com/absolutelysaurabh/huffmann-coding
- Owner: AbsolutelySaurabh
- Created: 2017-01-18T18:52:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T10:38:48.000Z (about 7 years ago)
- Last Synced: 2025-02-15T20:40:00.907Z (4 months ago)
- Topics: c-plus-plus, huffmann-codes
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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