No description
  • C 97%
  • Makefile 3%
Find a file
2018-09-10 19:02:03 +02:00
.obj Ignore object file dir 2018-09-06 08:36:50 +02:00
.gitignore Ignore object file dir 2018-09-06 08:36:50 +02:00
config.h Remove obsolete files 2018-09-06 20:04:58 +02:00
diagram.jpg A few bits of documentation 2018-09-10 19:00:30 +02:00
enums.h Political correctness 2018-09-07 08:44:13 +02:00
knot.c Less debug output, removed debug flags 2018-09-10 18:48:15 +02:00
knot.h Bugfix in casting long int to uint8_t; replaced signed char by unsigned char to map full 8byte input 2018-09-09 18:24:36 +02:00
main.c Less debug output, removed debug flags 2018-09-10 18:48:15 +02:00
Makefile Removed obsolete files 2018-09-10 19:02:03 +02:00
parse.c Fixed memory leaks, removed obsolete code 2018-09-10 11:01:15 +02:00
parse.h Bugfix in casting long int to uint8_t; replaced signed char by unsigned char to map full 8byte input 2018-09-09 18:24:36 +02:00
README.md A few bits of documentation 2018-09-10 19:00:30 +02:00
structs.h Adding support for visualization using GraphViz 2018-09-10 13:50:46 +02:00

Huffman Coding

"A Method for the Construction of Minimum-Redundancy Codes" written in C

Huffman tree

Huffman tree

License

All code has been written for educational purpose only by Oliver Peter 2018.