Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frm/huffman_rb
Huffman with no trees
https://github.com/frm/huffman_rb
Last synced: about 1 month ago
JSON representation
Huffman with no trees
- Host: GitHub
- URL: https://github.com/frm/huffman_rb
- Owner: frm
- Created: 2014-12-28T13:08:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T13:13:38.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T01:04:07.391Z (2 months ago)
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huffman.rb
This is just me playing around with Huffman algorithm in Ruby.
I use no trees.