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,380 of 188,802
Downloads: 7,347

Daily

Ranking: 80,626 of 188,779
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,121,336,578bundler
101,202,966,022rake
29941,453,763rspec
74569,694,063pry

Owners

#GravatarHandle
1iconjitl