array_trie
Trie-like, prefix-tree data structures. First, a prefix-tree based on Arrays, which differs from a traditional trie, which maps strings to values. Second, a more general prefix-tree data structure that works for any type of keys, provided those keys can be transformed to and from an array. Both of these data structures are implemented in terms of hashes.
Ecosystem
gem.coop
gem.coop
Latest Release
over 8 years ago
0.1.2
over 8 years ago
Versions
3
3
Downloads
7,382 total
7,382 total
Loading...
Readme
Loading...
Links
| Registry | gem.coop |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:gem/array_trie?repository_url=https://gem.coop
spec |
| License | |
| First Release | over 8 years ago |
| Last Synced | 19 days ago |
Repository
| Stars | 2 on GitHub |
| Forks | 0 on GitHub |