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,167 of 180,702
Downloads: 6,238

Daily

Ranking: 50,424 of 180,689
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,107,069,537bundler
16863,261,344rake
24772,716,171rspec
64426,812,400pry

Owners

#GravatarHandle
1iconjitl