CPTrie: a sorted data structure for .NET

Posted on Code Project See other posts from Code Project
Published on Wed, 31 Mar 2010 00:23:00 GMT Indexed on 2010/03/31 0:23 UTC
Read the original article Hit count: 391

Filed under:
A memory-efficient Patricia trie that implements IDictionary and supports the "find nearest key" operation

© Code Project or respective owner