Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 283 Bytes

File metadata and controls

2 lines (2 loc) · 283 Bytes

Compression-Directory-Code

This program compresses a text file by replacing only repeated words with unique numeric codes, while leaving unique words unchanged. It is written in C and designed to be simple, efficient, and minimal — using only basic arrays and file operations.