Graph algorithms are algorithms that accept (or work on) Graphs as their input. Some require the graph to be weighted, connected, etc.

For Traversing Graphs

For obtaining the Minimum Spanning Tree (MST)

Single-Source Shortest Path problem#computer-science

All Pairs Shortest Path problem

Other Algorithms