Skip to content

Releases: BakhtinD/Huffman_Encoding

Version 7

Choose a tag to compare

@BakhtinD BakhtinD released this 21 Dec 09:54

Now compression is based on the probabilities of characters appearing in a sentence, rather than on a table of probabilities of characters in the Russian alphabet.

Version 6

Choose a tag to compare

@BakhtinD BakhtinD released this 14 Dec 09:14

Added Shannon-Fano encoding

Haffman v5

Haffman v5 Pre-release
Pre-release

Choose a tag to compare

@BakhtinD BakhtinD released this 07 Dec 09:53

Added alphabet sort.

Haffman v4

Choose a tag to compare

@BakhtinD BakhtinD released this 07 Dec 09:22
4d03441

Now only the probabilities of those symbols that are used in the sentence are used.