TRIE OR
I am looking for a Trie / PatriciaTrie implementation in C# thus to store phrases, and I need to be able to retrieve all phrases that match a given prefix, any suggestions will be highly appreciated.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Apr 22, 2008, 12:26 PM
There are a couple of C# Trie implementations below:
http://www.codeproject.com/KB/recipes/patriciatrie.aspx
http://www.kerrywong.com/2006/04/01/implementing-a-trie-in-c/