Skip to content

Implementing the Graph Data Structure and a number of different functions on it, including BFS, DFS, Strongly Connected Components, all algorithms for Shortest Paths and so on...

Notifications You must be signed in to change notification settings

ndanevski1/Graph-Theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Graph-Theory

Implementing the Graph Data Structure and a number of different methods on it. The implementation includes directed, undirected, and weighted graphs and different methods such as:

  • BFS, DFS
  • cyclicity
  • check for Bipartition
  • topological sorting, (strongly) connected components
  • DAG of strongly connected components
  • Dijkstra's Algorithm
  • Bellman-Ford algorithm
  • Floyd-Warshall Algorithm
  • Johnson's Algorithm

...To run, type make followed by ./graph.

About

Implementing the Graph Data Structure and a number of different functions on it, including BFS, DFS, Strongly Connected Components, all algorithms for Shortest Paths and so on...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published