🤹The goal of the project is to find best plan among the subway lines in Seoul, which is based on the data structure and algorithm.
- Clone the repository
git clone git@github.com:david188888/SubwayRoute-management.git- Install the dependencies
pip3 install -r requirements.txt- Run the code
python3 main.py-
Choose the best plan
- Graph
- node
- value
- adjacent
- edge
- weight
- node
- Stack
- list



