A cycle is a path of length greater than 2 that starts and ends at the same vertex. A cycle may contain self-loops. A cycle may also contain multiple edges between two vertices.
- Simple Cycle
- Self Loop
- Multiple Edges
A cycle is a path of length greater than 2 that starts and ends at the same vertex. A cycle may contain self-loops. A cycle may also contain multiple edges between two vertices.