/gotrie

Primary LanguageGo

🌲 Go Trie

Implementation of a simple trie in Go. Supports the following methods:

  • Insert
  • Remove
  • Contains
  • StartsWith