Open
Description
🚀 Feature
(A clear and concise description of what the feature is.)
Have you spent some time to check if this issue has been raised before?
Yes, this issue hasn't been raised earlier.
Have you read the Contributing Guidelines?
Yes !
Pitch
Trie can be implemented using a Tree Like structure (using HashMaps) which has already been implemented in this repo. Apart from this, it can also be implemented using a 2D Array.