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: 105,092 of 183,127
Downloads: 6,539

Daily

Ranking: 74,510 of 183,106
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,409,222,051bundler
10954,475,095rake
25818,160,872rspec
68467,204,181pry

Owners

#GravatarHandle
1iconjitl