Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 347 Bytes

file compression and decompression using huffman coding

files

-huffman.py: all functions
-nodes.py: 2 data structures
-test_huffman_properties.py: unit tests

Usage

compression/decompression selection and file name are obtained through standard input.

test files

3 test files: dan.bmp, music.mp3 and music.wav are provided.