Skip to main content

2 docs tagged with "breadth first search"

View All Tags

Graph Traversal

The goal of graph traversal is to visit each vertex in a graph. This can be done a multitude of ways.

Shortest Path

Before we see how to find the shortest path from vertex $a$ to vertex $b$ we need to define a few things.