CodingTrain / CodingTrain/Suggestion-Box
Huffman Coding
Open
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
You've done Coding Challenges with text stuff before! This is an algorithm for compressing text. This video is pretty good at explaining how it works: https://www.youtube.com/watch?v=JsTptu56GM8
I think it sould be possible to do something in p5.js to convert a string of text into its compressed binary equivalent using this algorithm. Just to visualize the binary code, of course, not to actually compress text on disk.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.