PBCD
-
PBCD.
by: PBCDAlgorithms - 4,033 total downloads
- last updated 5/23/2018
- Latest version: 1.0.6717.20626
General purpose data structures and algorithms mostly to cover the functionallity or performance gap in the framework. Includes: ProrityQueue, Bag, SymboleTable, Trie, UnionFind, Search Trees (BST, OST, RBT),... More information -
- 3,141 total downloads
- last updated 6/1/2018
- Latest version: 1.0.1
This TRIE works with any chain of keys (IEnumerable<TKey>) and not just strings. Also, in addition to regular TRIE functions, this one returns the number of matching prefixes in O(l) where l is the length of... More information