Skip to content

rollschild/calloon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calloon, the Deflate Algorithm implemented in C

Build

  • cmake . -B build
  • cmake --build build

Run

  • To view the huffman codes, provide a string of <char>:<frequency> pairs delimited by ;, eg: ./build/src/calloon "a:5;b:9;c:12;d:13;e:16;f:45"
  • Note that you need to wrap the argument with ""

About

the Deflate algorithm implemented in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published