e-hengirmen / Huffman-CodingLinks
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
☆99Updated last year
Alternatives and similar repositories for Huffman-Coding
Users that are interested in Huffman-Coding are comparing it to the libraries listed below
Sorting:
- DS written from scratch.☆32Updated 5 years ago
- Ncurses TCP Chat☆69Updated 4 years ago
- C++ syntactic sugar collection☆95Updated 3 years ago
- Conway's Game of Life in the Terminal☆39Updated 5 years ago
- Dead simple event-driven load-balancer☆34Updated 9 months ago
- ☆22Updated 4 years ago
- ☆46Updated 4 years ago
- A hobby Operating System developed from scratch using C/C++ and assembly☆69Updated 4 years ago
- ☆78Updated 2 years ago
- This is a shell made using C++ language.☆16Updated 2 years ago
- Lightweight command-line tool for validating JSON☆36Updated 5 years ago
- Data-Structures using C++.☆131Updated 4 years ago
- Yet another what-you-see-is-what-you-get equation editor☆99Updated 3 years ago
- Library of data containers and data structures for C programming language.☆65Updated 4 years ago
- The CIDLib general purpose C++ development environment☆211Updated 3 years ago
- ☆10Updated 4 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- 2048 written in C and compiled to WebAssembly☆47Updated 3 years ago
- A C++ compression and decompression program based on Huffman Coding.☆69Updated 5 years ago
- A game in which social media site has to survive waves of Zombies in SFML C++☆16Updated 5 years ago
- STL Algorithm Cheat Sheet + example code from STL Algorithm Video Series.☆239Updated 2 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.