cycle
RU: цикл
A path that starts and ends at the same vertex, traversing at least one edge, without repeating edges. Example: in a graph with edges (A,B), (B,C), (C,A), the path A→B→C→A is a cycle.
RU: цикл
A path that starts and ends at the same vertex, traversing at least one edge, without repeating edges. Example: in a graph with edges (A,B), (B,C), (C,A), the path A→B→C→A is a cycle.