Found 2 repositories(showing 2)
An implementation of the Huffman coding algorithm in C++ for efficient text compression. This project demonstrates how to build a binary tree to generate optimal prefix codes for characters based on their frequencies.
anthonydmfb
Java implementation of Huffman coding for file compression and decompression. It computes character frequencies, builds a linked list and binary tree, and generates Huffman codes. Features include encoding/decoding text files and tree traversals in pre-order, in-order, and post-order.
All 2 repositories loaded