Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/