https://github.com/checkpoint20/huffman-coding
Scala implementation of the greedy algorithm http://www.geeksforgeeks.org/greedy-algorithms-set-3-huffman-coding
https://github.com/checkpoint20/huffman-coding
Last synced: 25 days ago
JSON representation
Scala implementation of the greedy algorithm http://www.geeksforgeeks.org/greedy-algorithms-set-3-huffman-coding
- Host: GitHub
- URL: https://github.com/checkpoint20/huffman-coding
- Owner: checkpoint20
- Created: 2017-10-06T04:34:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T04:43:59.000Z (over 8 years ago)
- Last Synced: 2026-05-02T16:18:44.167Z (about 2 months ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huffman-coding
Scala implementation of the greedy algorithm http://www.geeksforgeeks.org/greedy-algorithms-set-3-huffman-coding