# Properties
A walk is closed if starts and end at the same vertex.
A walk that does not use the same edge more than once is called a [[Graph Trail|trail]].
A walk that that does not use the same vertex more than once (other than at the start and end) is called a [[Path (Type of Simple Graph)|path]].