Click here to Skip to main content
15,890,123 members
Articles / Programming Languages / C#

.NET Data Structures for Prefix String Search and Substring (Infix) Search to Implement Auto-completion and Intelli-sense

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
21 Aug 2013CPOL2 min read 17.7K   10  
C# implementations and usage of Trie data structures.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
Tweeter: @gmamaladze
Google+: gmamaladze
Blog: gmamaladze.wordpress.com

Comments and Discussions