- implement the prefix-tree data structure
-
functions needed:
- make a node!
- add a node!
- bfs
- dfs
-
commands:
:add <filename>
: to add the words in the file called filename!:show
: to show all the words available in the tree!:graph <filename>
: generates the graph file!:default <dirname>
: to search for files in the dir name!
-