A simple cycle:
must have all vertices unique except
that the first and last vertices are the same
- allows repetition of vertices so long as the length of the path is less than 5
- allows repetition of vertices so long as no edge is repeated
- must have all vertices be unique
A cyle is simple if all vertices on the cycle are distinct,
with the first and last vertices being the same.