This is a coding tutorial project from FreeCodeCamp, taught by Georgio Tunson. This tutorial is for learning basic data structure concepts by building a Flask API with Python.
- Python 3.9.4
- Python Libraries
- Flask - 1.1.2
- Flask-SQLAlchemy - 2.5.1
- SQLAlchemy - 1.4.15
- datetime - 3.9.4
- sqlite3 - 3.9.4
- Python Libraries
1.) Fix hash collision error for customHash() method in hash_table.py
2.) Implement more data structures and algorithms
3.) Look into search algorithm visualizations