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,279 of 187,622
Downloads: 7,201

Daily

Ranking: 139,079 of 187,603
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,012,753,026bundler
101,166,409,648rake
28925,351,231rspec
73556,466,252pry

Owners

#GravatarHandle
1iconjitl