Skip to content

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.

Notifications You must be signed in to change notification settings

baraagabaren/Compression-Directory-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages