Skip to content

rennovale/HuffmanCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuffmanCode

Code that implements a simple huffman algorithm.

To run the program

1) Compression

	*If you already got the execute file in directory jump to item c)
	a) Open a terminal, and run in directory:
		$make
	
	b) An output named 'main.out' will be created.
	
	c) Then, run:
		$./main.out -c file_to_be_compress.ext output_compressed
	
	d) Your file will be compressed.
	
2) Decompression

	*If you already got the execute file in directory jump to item c)
	a) Open a terminal, and run in directory:
		$make
	
	b) An output named 'main.out' will be created.
	
	c) Then, run:
		$./main.out -x file_to_be_decompress.ext original_output
	
	d) Your original file will be retrieve.

About

Code that implements a simple huffman algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •