Ultimate-Java-Resources icon indicating copy to clipboard operation
Ultimate-Java-Resources copied to clipboard

Add Trie using 2D Array

Open mujtaba1747 opened this issue 4 years ago • 5 comments

🚀 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.

mujtaba1747 avatar Oct 06 '20 22:10 mujtaba1747

Can I implement this ?

mujtaba1747 avatar Oct 06 '20 22:10 mujtaba1747

@mujtaba1747 please go ahead with this and make a PR, will review it.

dubesar avatar Oct 07 '20 03:10 dubesar

@mujtaba1747 are you done with this?

dubesar avatar Oct 08 '20 06:10 dubesar

@mujtaba1747 are you done with this?

Nope, still working on it ... Will pull asap

mujtaba1747 avatar Oct 08 '20 08:10 mujtaba1747

@mujtaba1747 are you done on this?

dubesar avatar Oct 09 '20 03:10 dubesar