/Implimentation-of-trie

My implementation of trie

Primary LanguageC++

Implimentation-of-trie

My implimentation of prefix tree

How to Run This Code

You need to have g++ compiler installed.

Windows

g++ trie.cc -o output.exe
./output.exe

Linux

g++ trie.cc -o output
./output