Skip to content

AndreyKaBelka/Graph_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages