sananand007 / Trie

Trie Data structure and its Variants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 94.9%Language:Tcl 4.6%Language:PowerShell 0.3%Language:Batchfile 0.2%