Skip to content

Files

12 lines (11 loc) · 443 Bytes

todo.md

File metadata and controls

12 lines (11 loc) · 443 Bytes
  • 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!