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 🙂
Is there any library or if you know name of such algorithm.
thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks for reply, i think i have solution , e.g. if you move from one node to next connected you can pick next one by measuring angle between edges.