Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph_Algorithms

This application is an implementation of several popular graph algorithms.

Algorithms

  1. Dijkstra alg;
  2. Prima alg;
  3. Kraskal alg;
  4. Floyd–Warshall alg;
  5. Ford-Bellman alg;
  6. Ford–Fulkerson alg;

Task

For each alg there is a task. It described in Task.doc file

Implementation

The app was implemented using JavaFX. Work with graphs was also implemented.

About

Graph algorithms

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages