Discrete Mathsfor Engineers

Structures, proofs, and intuition

EN | PT

Graph Theory → Foundations

Part 7 of 11 — Path

Series: Foundations Part 7 of 11
1 2 3 4 5 6 7 8 9 10 11

Concept

A path is any walk in which none of the vertices appears more than once.


A B C D E
The walk (A, C, B, A) is not a path, since the vertex A appears more than once.