3 packages
returned for Tags:"DataStructure"
A library for managing resources with a ring structure
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 the prefix.
C# Library (Networking, data structure, scripting, web client...)