Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 289 Bytes

File metadata and controls

11 lines (6 loc) · 289 Bytes

Trie tree command Line

For work with this command line, You can :

ADD X to trie tree with command =>> add X

Find X to trie tree with command =>> find X

Find the words that start with X in trie tree with command =>> startswith X

Exite from cammand line with command =>> exit