code-shoily / algorithms-in-dart

Implementation of data structures and algorithms in Dart programming language.
221 stars 76 forks source link

Trie #27

Closed happy-san closed 3 years ago

happy-san commented 3 years ago

19 @code-shoily

code-shoily commented 3 years ago

What about tests?

happy-san commented 3 years ago

Yeah, will implement tests in a bit. Wasn't sure about the splitter approach. Thanks for reviewing.