cwsamuelson / dataStructures

Basic data structure utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate trie structure

cwsamuelson opened this issue · comments

commented

Currently a trie structure 'set' exists. Additionally a 'map' should exist. And finally the trie structure can be used for string management and autocomplete etc. Implement this as well.