https://github.com/timxor/huffman_file_compressor
This compressor is a program that compresses and decompresses files using Huffman coding. https://en.wikipedia.org/wiki/Huffman_coding The program read in the input file and calculates the frequencies of all characters. Then builds a guffman tree for all characters that appear in the input file. Next if builds a lookup table which contains the codes for all characters in the input file.
https://github.com/timxor/huffman_file_compressor
Last synced: 4 months ago
JSON representation
This compressor is a program that compresses and decompresses files using Huffman coding. https://en.wikipedia.org/wiki/Huffman_coding The program read in the input file and calculates the frequencies of all characters. Then builds a guffman tree for all characters that appear in the input file. Next if builds a lookup table which contains the codes for all characters in the input file.
- Host: GitHub
- URL: https://github.com/timxor/huffman_file_compressor
- Owner: timxor
- License: mit
- Created: 2016-08-09T09:53:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T13:24:45.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T12:59:27.510Z (about 1 year ago)
- Language: Java
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0