Skip to content

sananand007/Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie data structure and its variants

This Project describes the trie implementation

  • Implement the trie data structure
  • Insert operation
  • Search operation
  • Prefix based Lexicographical search

How to Run

python UnitTest.py

Run Results/Output

C:\Public\Algorithms_Coding\Trie\venv\Scripts\python.exe C:/Public/Algorithms_Coding/Trie/UnitTest.py
Test sentence chosen I imagine that right now youre feeling a bit like Alice Hmm Tumbling down the rabbit hole
is between present, False
prefix r,  ['rabbit', 'right']
is leave present, False
prefix s,  []

About

Trie Data structure and its Variants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages