Skip to content

mattho1/Prim-and-Kruskal-and-Dijkstra-and-Bellman-Ford-Algorithms-on-graph

Repository files navigation

Prim-and-Kruskal-and-Dijkstry-and-Bellman-Ford-Algorithms-on-graph

Project created for universities. Project implemented for classes from Data structures and computational complexity. Examination of the effectiveness of graph algorithms depending on the size of the instance and how the graph is represented in the computer's memory.

The program has four algorithms implemented:
Kruskal's algorithm
Prim's algorithm
Dijkstra's algorithm
Bellman-Ford algorithm

The program accepts data in a txt file or generates test data after selecting the test option at the beginning of the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages