I build a simple website optimized with Trie and Aho-Corasick Alhorithm in Python using Flask framework
- Clone the repository
git clone https://github.com/hxzinh/DSAproject.git
- Navigate to the project directory
cd DSAproject
- Install requirements
pip install -r requirements.txt
- Start the application at app's directory
python app.py
- Open your web browser and go to
http://localhost:5000
- Now you can see the dictionary website, enter a word in search bar and explore.
Hoang Xuan Vinh - ATTN2023 - 23521789