cynricfu / huffman-codingLinks
A C++ compression and decompression program based on Huffman Coding.
☆70Updated 5 years ago
Alternatives and similar repositories for huffman-coding
Users that are interested in huffman-coding are comparing it to the libraries listed below
Sorting:
- Huffman encoding and decoding using C++☆54Updated 6 years ago
- My own implementation of C++'s smart pointers☆35Updated 5 years ago
- Understanding Search Engine concepts and implementing the same using C++ and STL .☆41Updated 5 years ago
- A simple C++(14) application for PeerToPeer communication across network☆49Updated 7 years ago
- C++ Templates & Article☆28Updated 2 years ago
- A chat room application developed in C++ using the concepts of multi-threading and socket programming.☆97Updated 4 years ago
- A C++ compression program based on Huffman's lossless compression algorithm and decoder.☆99Updated last year
- Fully functional web server using C/C++ from scratch without third party library☆366Updated 9 months ago
- A simple BitTorrent client written in C++☆56Updated 4 years ago
- C++ program to compress any file using the standard Huffman encoding algorithm☆29Updated 5 years ago
- Formatted Table For Printing To Console☆110Updated 2 years ago
- Concurrency with modern C++☆32Updated 4 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆48Updated 2 years ago
- bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be us…☆78Updated last year
- huffman encoder/decoder☆116Updated 4 years ago
- C++ Implementation of red black trees supporting insert, delete and union operations.☆76Updated 8 years ago
- An STL-like C++ header-only tree library☆147Updated last year
- tcp socket with support of c++20 coroutine (coroutine TS)☆26Updated 2 years ago
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- A cross-platform FTP/FTPS client library built on Boost.Asio☆74Updated 4 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆108Updated last year
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆73Updated last year
- A C++ SHA256 implementation.☆171Updated 7 months ago
- Parallel C++ algorithms☆66Updated last year
- A C++17 full-text search engine library☆32Updated 3 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- C++ 20 STL Cookbook, published by Packt☆161Updated 3 weeks ago
- C++ operator precedence parser☆107Updated last year
- C++ Implementation for 23 Design Patterns☆137Updated 2 years ago
- A custom vector implementation, similar to the C++ vector.☆30Updated 9 years ago