Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 397 Bytes

File metadata and controls

12 lines (9 loc) · 397 Bytes

Cycle Detection

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.

Types of Cycle

  • Simple Cycle
  • Self Loop
  • Multiple Edges