# Guangzhou-Subway-Shortest-Path **Repository Path**: ksoftpy/Guangzhou-Subway-Shortest-Path ## Basic Information - **Project Name**: Guangzhou-Subway-Shortest-Path - **Description**: C语言实现广州地铁最短路线查询,利用dijkstra深度优先算法 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-01-28 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 广州地铁最短路径查询 完成于2017年6月20日 利用dijkstra算法求出最短路径 # 使用方法 直接运行即可 # 效果图 ![Image text](https://github.com/PythonerKK/Guangzhou-Subway-Shortest-Path/blob/master/description.png)