Os grafos são estruturas de dados muito úteis que podem ser modelar vários problemas. Esses algoritmos têm aplicativos diretos em sites de redes sociais, modelagem de máquinas de estado, sistemas de mapas e muito mais.
[Busca em profundidade (DFS)](https://github.com/freecodecamp/guides/tree/master/src/pages/algorithms/graph-algorithms/depth-first-search/index.md)
[Algoritmo de Dijkstra](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/portuguese/algorithms/graph-algorithms/dijkstra/index.md)
[Algoritmo de Floyd Warshall](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/portuguese/algorithms/graph-algorithms/floyd-warshall-algorithm/index.md)