Categories: None [Edit]

array_trie

https://rubygems.org/gems/array_trie
https://github.com/justjake/ruby-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.

Total

Ranking: 106,803 of 196,430
Downloads: 7,711

Daily

Ranking: 58,715 of 196,406
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,697,699,585bundler
81,402,659,506rake
291,014,425,802rspec
72629,469,960pry

Owners

#GravatarHandle
1iconjitl