Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trie using 2D Array #436

Open
mujtaba1747 opened this issue Oct 6, 2020 · 5 comments
Open

Add Trie using 2D Array #436

mujtaba1747 opened this issue Oct 6, 2020 · 5 comments

Comments

@mujtaba1747
Copy link
Contributor

馃殌 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
Copy link
Contributor Author

Can I implement this ?

@dubesar
Copy link
Owner

dubesar commented Oct 7, 2020

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

@dubesar
Copy link
Owner

dubesar commented Oct 8, 2020

@mujtaba1747 are you done with this?

@mujtaba1747
Copy link
Contributor Author

@mujtaba1747 are you done with this?

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

@dubesar
Copy link
Owner

dubesar commented Oct 9, 2020

@mujtaba1747 are you done on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants