[go: up one dir, main page]

Skip to content

Autocomplete website implemented with c++, python and js

Notifications You must be signed in to change notification settings

yashbijlani/Autocomple-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directory structure:

app.py templates -> index.html trie.cpp words_alpha.txt

running instructions dependencies: flask. pip install Flask (probably) possibly turn off cors browser extension if you run into the issue

gcc trie.cpp -o autocomplete or g++ trie.cpp -o autocomplete python3 app.py open the local host link.

About

Autocomplete website implemented with c++, python and js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published