Skip to content

The project implements selected graph algorithms and measures their time complexity.

Notifications You must be signed in to change notification settings

CenturionTheMan/GraphAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Graph Algorithms

This project was made for university purposes.

It implements the following graph representations:

  • Adjacency Matrix
  • Adjacency List

These representations are later used for:

  • MST algorithms:
    • Prim's algorithm
    • Kruskal's algorithm
  • Shortest path algorithms:
    • Dijkstra's algorithm
    • Bellman–Ford algorithm

It also conducts time tests in order to analyze the time complexity of each graph/algorithm combination.

The results are presented in Polish in the report.

Releases

No releases published

Packages

No packages published