Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 209 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 209 Bytes

Dictionary-using-Trie

Dictionary using TRIE Data Structure.

Functions of Dictionary.

functions of Dictionary are:

  1. Insert.
  2. Search.
  3. Autocomplete.
  4. Total words with the same Prefix.
  5. Delete.