Groups
The graph Laplacian translates a graphโs connectivity into a matrix that measures how much a function varies across edges.
Breadth-First Search (BFS) explores a graph level by level, visiting all vertices at distance d from the source before any at distance d+1.