8000 GitHub - tvergilio/trie
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tvergilio/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie Dictionary

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

Features

  • Insert words into the Trie
  • Retrieve all words

Running the Solution

  1. Open the solution in Visual Studio or any .NET IDE
  2. Build and run the TrieDictionary project

Testing

Run the tests in TrieDictionary.Tests using your preferred test runner (e.g., Visual Studio Test Explorer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0