Skip to content

A simple C++ program that uses a trie tree data structure to store words from a dictionary file, and it uses the trie to auto-complete query prefixes.

Notifications You must be signed in to change notification settings

mwilkers1/Query-prefix-auto-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query-prefix-auto-complete

A simple C++ program that uses a trie tree data structure to store words from a dictionary file, and it uses the trie to auto-complete query prefixes.

About

A simple C++ program that uses a trie tree data structure to store words from a dictionary file, and it uses the trie to auto-complete query prefixes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages