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

Added Data Structure Trie #36

Closed kauziishere closed 6 years ago

kauziishere commented 6 years ago

Added Data Structure Trie with insert and search functions

kauziishere commented 6 years ago

Added test for trie in tests.h file.