trie / 0.0.1
| Short description: | Implementation of a trie data structure | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Datastructure | |||||
| Status: | stable | |||||
| Created: | 2005-10-03 03:27:41 GMT | |||||
| Last update: | 2005-10-03 03:27:41 GMT | |||||
| Owner: | Daniel Erat (Projects of this owner) | |||||
| Homepage: | http://rubyforge.org/projects/trie/ | |||||
| Download: | http://rubyforge.org/projects/trie/ | |||||
| License: | GPL | |||||
| Dependency: |
|
|||||
| Description: | Tries are well-suited for storage and prefix-based lookup of strings or other sequences of data. See http://en.wikipedia.org/wiki/Trie for more information. |
|||||