maximelovino / CFF_PathFinder

Pathfinding project on a railway network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFF Path Finder Project

Introduction

The goal of this project is to implement several pathfinding algorithms, such as Dijkstra and Floyd, on the CFF (Swiss Federal Railways) network. The network is contained in a XML file provided as a resource to the project, but is not the official data from CFF.

How to use it

You can put the jar and the data folder present on the release page in the same folder and then run using

java -jar CFF_PathFinder.jar

About

Pathfinding project on a railway network


Languages

Language:Java 100.0%