Defintion

Path

A path is a Walk in which you do not repeat any verticies or edges.

A path can never contain any Loops since by definition a loop requires repeating a Vertex.

Closed Path

A path that begins/ends with the same vertex, this is the same thing as a Cycle