Skip to content

Neilstid/Graph-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph solver

This application is for creating graph (oriented or non oriented) and apply then some algrithm (like Dijkstra, DFS, ...).

Usage

When you will have launched the program, you will find the next interface :

empty interface

You can then create by hand your graph (by adding edge and vertex) or asking the application to create a new random one or a complete graph.

complete interface

Finaly you can apply some of algorithm :

Dijkstra algorithm

Installation

To run this application you will need to install before JavaFX an linked JavaFX to this application. Then you can run the main.java in package application.

About

Interface and algorithm for graph theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages