A More Efficient Text Pattern Search Using a Trie Class in .NET

  • Thread starter Thread starter Code Download
  • Start date Start date
C

Code Download

Guest
The trie data structure is one alternative method for searching text that can be more efficient than traditional search approaches. Here's a trie class you can create in C#.

Continue reading...
 
Back
Top