News

If you choose this pathway, you must complete three courses in the Foundations of Data Structures and Algorithms specialization.
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#.