Search Results

0
votes
3answers
159 views

Finding closed contours in a graph

Hi, I have graph and somehow I need to find all closed contours in graph that doesn't contains any other edges of the graph. I was searching google but only gives me charts :) …
1
vote

Finding closed contours in a graph

Thnks for reply, i think i have solution , eg. if i move from one node to next connected i can pick next one by measuring angle between edges. …