Skip to content

This is a simple compression script I wrote in C that takes in input in the form of upper and lower case characters, spaces and newlines. It outputs a "compressed

Notifications You must be signed in to change notification settings

TimurKhayrullin/simple-compression-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

simple-compression-C

This is a simple compression script I wrote in C that takes in input in the form of upper and lower case characters, spaces and newlines. It outputs a "compressed" version of the input, Where each new occurence of a word is numbered, and each repeated occurence of a word is replaced by that number. Exact whitespace is preserved.

About

This is a simple compression script I wrote in C that takes in input in the form of upper and lower case characters, spaces and newlines. It outputs a "compressed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages