Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/ruby-trie
Hacks on a ruby trie implementation from Dan Erat
https://github.com/dustin/ruby-trie
Last synced: about 2 months ago
JSON representation
Hacks on a ruby trie implementation from Dan Erat
- Host: GitHub
- URL: https://github.com/dustin/ruby-trie
- Owner: dustin
- License: gpl-2.0
- Created: 2008-10-07T02:06:20.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T19:24:11.000Z (over 11 years ago)
- Last Synced: 2024-10-11T14:16:05.349Z (2 months ago)
- Language: Ruby
- Homepage: http://www.erat.org/
- Size: 159 KB
- Stars: 21
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This package contains a Trie class for Ruby that implements a trie data
structure (http://en.wikipedia.org/wiki/Trie). The INSTALL file contains
installation instructions.Daniel Erat
http://www.erat.org/ruby/