Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hex9cf/campus-navigation-system

A campus walking optimal path query system for STU East Coast Campus based on Dijkstra algorithm.
https://github.com/hex9cf/campus-navigation-system

dijkstra java swing

Last synced: 2 days ago
JSON representation

A campus walking optimal path query system for STU East Coast Campus based on Dijkstra algorithm.

Awesome Lists containing this project

README

        

# 校园导航系统

## 项目概述

一个基于Dijkstra算法的STU东海岸校区校园行走最优路径查询系统。

## 系统功能

1. 从文件读取校园地图数据,包括地点和地点间的距离。
2. 根据用户输入的起点、终点以及途经点计算最短路径。
3. 提供容错机制,例如处理无效输入、路径不可达的情况。