You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An educational C++ tool that visualizes Huffman encoding and decoding, with support for both interactive console use and file-based compression via a custom .huff format. This project aims to bridge the gap between algorithm theory and implementation through a clear, modular, and beginner-friendly design.