Joshua Jung
Results
2
repositories owned by
Joshua Jung
trie-search
185
Stars
33
Forks
Watchers
A trie implementation that maps keys to objects. Most common use will be for typeahead searches.
hash-array
18
Stars
3
Forks
Watchers
A data structure that combines a hash and an array for automated indexing. All the benefits of an indexed HashMap and an Array in one neat tidy, tested package. Complex keys with multiple depths can b...