Graph Algorithms

Home > Mathematics > Graph theory > Applications of graph theory > Graph Algorithms

There are many algorithms that can be applied on graphs like Dijkstra's algorithm, Kruskal and Prim's algorithm, Depth First Search (DFS) and Breadth First Search (BFS) which are used to solve several optimization problems.