Skip to content

louwaque/ProjetAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjetAlgo

Projet d’algorithmie 2017-2018 sur le codage de Huffman.

Aide :

Usage: huff [options] This program let you compress and extract a file with the huffman algorithm based on a corpus.

Options: -h, --help Displays this help. -v, --version Displays version information. -c, --compress Compress from input to output. -x, --extract Extract from input to output. -i, --input Set as input. Default is stdin. -o, --output Set as output. Default is stdout. --as_corpus Analyse and use it as a corpus. --load_corpus Load corpus from . --save_corpus Save corpus to . --save_tree Write a Graphviz dot file of the huffman tree to .

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published