cynricfu / huffman-codingLinks
A C++ compression and decompression program based on Huffman Coding.
☆72Updated 6 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++☆55Updated 7 years ago
- A C++ compression program based on Huffman's lossless compression algorithm and decoder.☆98Updated last year
- C++ program to compress any file using the standard Huffman encoding algorithm☆29Updated 6 years ago
- C++ Implementation of red black trees supporting insert, delete and union operations.☆78Updated 8 years ago
- Understanding Search Engine concepts and implementing the same using C++ and STL .☆43Updated 5 years ago
- huffman encoder/decoder☆116Updated 4 years ago
- Clear implementation of Huffman coding for educational purposes in Java, Python, C++.☆284Updated 2 years ago
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- P2P socket creation C++ library☆93Updated 7 years ago
- A chat room application developed in C++ using the concepts of multi-threading and socket programming.☆100Updated 5 years ago
- Simple ftp server written in C++☆99Updated 3 years ago
- A simple socket programming which creates a connection between two terminals on linux.☆147Updated 3 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…☆83Updated last year
- Simple Set implementation in C☆73Updated last month
- A C++ implementation of P2P file sharing system.☆54Updated 2 years ago
- C++ implementations of common data compression algorithms.☆116Updated 8 years ago
- Arbitrary-sized integer class for C++☆434Updated last year
- Fast CRC32☆188Updated 2 years ago
- DNS server for a Job Interview Test at Ericsson☆75Updated 5 years ago
- C++ JPEG compression/fuzzed low-RAM JPEG decompression codec with Public Domain or Apache 2.0 license☆240Updated last year
- SHA-1 implementation in C++. Do not use SHA-1 unless you have to! https://en.wikipedia.org/wiki/SHA-1#Birthday-Near-Collision_Attack_%E2%…☆206Updated 4 years ago
- Simple SIMD example in C (AVX2 Vectorization)☆60Updated 8 years ago
- A JPEG encoder in a single C++ file☆153Updated 3 years ago
- A simple BitTorrent client written in C++☆56Updated 4 years ago
- C++ math expression parser for integers☆109Updated last month
- A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo seve…☆98Updated 2 years ago
- C++ class for creating and computing arbitrary-length integers☆198Updated last year
- Fully functional web server using C/C++ from scratch without third party library☆379Updated last year
- High performance C implementation of AVL trees☆104Updated 6 years ago
- HTTP Server/Client/Proxy Server☆90Updated 9 years ago