Skip to content

david188888/SubwayRoute-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-and-Algorithm-Assessment

🤖 Introduction

🤹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.

🤸 Quickstart

  • 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

🤼‍♂️ How to use

  1. Choose the start station and end station avatar

  2. Choose the best plan

    • Choose the shortest line avatar
    • Choose the least transfer line avatar
    • Choose the least station line avatar

🤽‍♀️ Data Structure

  • Graph
    • node
      • value
      • adjacent
    • edge
    • weight
  • Stack
    • list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages