Categories: None [Edit]

critbit

https://rubygems.org/gems/critbit
https://github.com/rbotafogo/critbit
A crit bit tree, also known as a Binary Patricia Trie is a trie (https://en.wikipedia.org/wiki/Trie), also called digital tree and sometimes radix tree or prefix tree (as they can be searched by prefixes), is an ordered tree data structure that is used to store a dynamic set or associative array where the keys are usually strings. Unlike a binary search tree, no node in the tree stores the key associated with that node; instead, its position in the tree defines the key with which it is associated. All the descendants of a node have a common prefix of the string associated with that node, and the root is associated with the empty string. Values are normally not associated with every node, only with leaves and some inner nodes that correspond to keys of interest. For the space-optimized presentation of prefix tree, see compact prefix tree. This code is a wrapper around https://github.com/jfager/functional-critbit. For more information go to: http://cr.yp.to/critbit.html

Total

Ranking: 92,872 of 183,062
Downloads: 8,123

Daily

Ranking: 62,315 of 183,052
Downloads: 1

Depended by

RankDownloadsName
122,8614,758mdarray-jcsv

Depends on

RankDownloadsName
99347,454,203simplecov
224158,364,786yard
1,08531,795,577shoulda

Owners

#GravatarHandle
1iconputfire