Given a undirected graph G=(V,E) and two nodes u and v in G. How to find the set S of cycles on G (not necesseraly all cycles) such that for each cycle C in S, N and S belong to C?
Given a undirected graph G=(V,E) and two nodes u and v in G. How to find the set S of cycles on G (not necesseraly all cycles) such that for each cycle C in S, N and S belong to C?