Skip to content

DKormann/hutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini version of hutter contest

compress the contents of hutter price FAQ (~ 60kB text) into pure python with no imports or execs.

rule

The only rule: compress content of book as much as possible. The compressed result must be an executable python file without import, exec or open that prints the exact book content when executed.

look into huffman.py for a simple compression example.

todos

  • compress book to smaller than original using only python (huffman.py)
  • get arithmetic coder reliable
  • compress stronger than standart zip (27KB)
  • compress down to 25% (is this even possible?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages