Huffman coding is a lossless data encoding algorithm. The process behind its scheme includes sorting numerical values from a set in the order of their frequency. The least frequent numbers are gradually eliminated via the Huffman tree, which adds the two lowest frequencies from the sorted list in every new “branch.” The sum is then positioned above the two eliminated lower frequency values, and replaces them in the new sorted list.
forked from srsandy/Huffman-Coding
-
Notifications
You must be signed in to change notification settings - Fork 0
saurabhrajm19/Huffman-Coding
About
Huffman Coding implementation in java
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%