Trie Template (With Persistence)

Revision en1, by mridul1809, 2019-08-02 15:11:57

Hey everyone!

For last couple of days I have been working on creating a class for Trie data structure. This class provides few necessary and standard functions out of the box!

Here it is : Link

Also , I have added support for creating Persistent Trie. (You can learn about it over here)

You can see in this submission how easy it is to use this class for solving questions on persistent trie!

I invite all of you to use this template , suggest changes/improvements , point out errors, anything you think should be enhanced or added!

You can contact via commenting , DM or even raise a pull request and be a contributor!

Looking forward to your responses! :D

Thank you! :)

PS : Watch the github repository to know about future additions. Star if you like my work! :D

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English mridul1809 2019-08-02 15:11:57 1097 Initial revision (published)