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
A Java program that compresses text by encoding words and suffixes into numeric codes using a custom mapping file. It features a simple menu-driven interface for specifying files, toggling progress display, and performing encoding and decoding of text. Developed as part of the Data Structures & Algorithms module.