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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implimentation for the Trie data structure #39

Closed
shashikedissanayake opened this issue Sep 28, 2017 · 2 comments
Closed

Implimentation for the Trie data structure #39

shashikedissanayake opened this issue Sep 28, 2017 · 2 comments

Comments

@shashikedissanayake
Copy link
Contributor

shashikedissanayake commented Sep 28, 2017

In the data structure section there doesn't have Trie data structure. A Trie is a special data structure used to store strings that can be visualized like a graph.That is mostly used in Search Engines, Genome Analysis, Data Analytics. So I would like to implement Trie using C.

@dynamitechetan
Copy link
Member

Sure. 🎉

@shashikedissanayake
Copy link
Contributor Author

For the testing purpose should I have to write a main method to demonstrate the implementation?

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

No branches or pull requests

2 participants