Skip to content

Word searching application written in python using the trie data structure

License

Notifications You must be signed in to change notification settings

Roope1/Word-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word search - Trie Data Structure

A simple application that checks whether a word you insert existst in the words_alpha.txt file by first reading all the words into a trie data structure.

The words_alpha file is taken from https://github.com/dwyl/english-words and I take no credit for the file.

Everything else present in this repository is fully my own work.

About

Word searching application written in python using the trie data structure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages