moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

implement trie #14

Closed moghya closed 6 years ago

moghya commented 7 years ago

implement trie data structure

Anujg935 commented 6 years ago

i want to work on this issue but want to know that if i need to create a library .h file with dsa namespace as trie.h or independent program .cpp program . as trie.h is already there in include directory .

moghya commented 6 years ago

@Anujg935 kindly go through #36

kauziishere commented 6 years ago

I have already added search and insert in trie, you can add delete. Check the trie file.