https://github.com/antoine-coulon/subway-graph-engine
Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.
https://github.com/antoine-coulon/subway-graph-engine
Last synced: 3 months ago
JSON representation
Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.
- Host: GitHub
- URL: https://github.com/antoine-coulon/subway-graph-engine
- Owner: antoine-coulon
- Created: 2019-11-17T18:35:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T14:50:21.000Z (over 5 years ago)
- Last Synced: 2025-02-10T09:44:10.465Z (5 months ago)
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# subway-graph-engine
Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.# Maven project
Maven was used to package this Java project.# Source folder
Two applications are contained inside the src folder :
- A Java console app, allowing to show results of the algorithms in the IDE console.
- A Java web server, communicating through HTTP using JSON.# Backend version of the project.
A Frontend was developed besides to use the calculations of this repository. Feel free to navigate to https://github.com/antoine-coulon/subway-graph-frontend and connect each other.