Closed
Milestone
Apr 28, 2023–May 10, 2023
(v0.7) Huffman Implementation
Compression method: Huffman code
The objective is to implement a way to compress data, using Huffman code through pre-made Huffman table.
Feature
-
pre-made Huffman table -
compress data on demand
Constraint
Need to build at least 2 pre-made table Pre-made table will be made using multiple text corpus, in order to create efficient table for:
-
ascii text (UK/US) -
latin-1 text (European, Latin) -
sinogrammes (JP/CN) -
binaries
HTF-Generator
-
CLI-Software to generate Huffman table from sources
Loading
Loading
Loading
Loading