Lukas' Notes

Home

❯

Knowledge

❯

Path

Path

Jun 22, 20251 min read

graph-theory

Definition

Path

A path is an edge sequence where each vertex is only visited once.

Distance

The length of a path between vertex v and vertex w is called distance:

dT​(v,w)

Graph View

  • Definition
  • Distance

Backlinks

  • Edge Sequence

Created with Quartz v4.4.0 © 2025

  • GitHub