Skip to content

LukaMrt/Graph-Map-S2.01

Repository files navigation

Codacy Badge

Graph-Map-S2.01

This project is a school project for the second semester of University Bachelor of Technology. It is a graph management system with which you can perform many actions.

Installation

You can download the runnable jar file from the GitHub repository and run it with the following command:

java -jar GraphMap.jar

You can also use git to clone and compile the project by yourself :

git clone https://github.com/LukaMrt/Graph-Map-S2.01.git

To compile it, you need to have java installed (version 8 or higher) and gradle. Then juste run the following command :

java -jar build/libs/GraphMap.jar

Usage

To run the project, you need to compile it or run it into an IDE. You can run it with Intellij IDEA or Visual Studio Code. The main concept of the projet is the manipulation of a graph. You can analyse a graph given by a file to count location, cities... and links between them. You can also find the shortest paths between two locations and compare 2 cities.

Authors

License

MIT - Copyright (c) 2022 MARET Luka & LINGET Julien