Ultimate-Java-Resources
Ultimate-Java-Resources copied to clipboard
Add Trie using 2D Array
🚀 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.
Can I implement this ?
@mujtaba1747 please go ahead with this and make a PR, will review it.
@mujtaba1747 are you done with this?
@mujtaba1747 are you done with this?
Nope, still working on it ... Will pull asap
@mujtaba1747 are you done on this?