This solution provides a simple implementation of a Trie data structure for string storage and retrieval. The project includes:
- Core functionality in
TrieDictionary
- Unit tests in
TrieDictionary.Tests
- Insert words into the Trie
- Retrieve all words
- Open the solution in Visual Studio or any .NET IDE
- Build and run the
TrieDictionary
project
Run the tests in TrieDictionary.Tests
using your preferred test runner (e.g., Visual Studio Test Explorer)