vote up 0 vote down star

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 :)

Is there any library or if you know name of such algorithm.

thx

flag

50% accept rate
Try Googling it again with the correct spelling of "contours". – Bill the Lizard Jan 15 '09 at 13:00
@unknown: Is this homework? It's courteous to tag it as such if it is. – Argalatyr Jan 15 '09 at 14:54

3 Answers

vote up 2 vote down

EFG's is a good site for Delphi math related information.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

Have a look at the index of: http://www.amazon.com/Algorithms-C-Part-Graph-Pt-5/dp/0201361183

The book is published targetting different programming languages if you care about that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.