Skip to content

kindlerprince/Tries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Tries

  • This data structure is used for efficient storage of words
  • On linux System
      g++ tries.cpp
      ./a.out
    

******************* Plese provide the string from a to z in lower case only *************************

  1. Insert
  2. Search Exact
  3. Suggestions
  4. Delete(if word present )or otherwise it won't do anything
  5. Print all the words
  6. Exit
    Enter the option :
  • Rohit Singh says that this community is amazing.

About

Implementation of trie data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages