[algogeeks] Re: How to find number of Cycles in a Graph...

2009-11-06 Thread kunzmilan
On 21 říj, 12:15, mithun wrote: > Given a graph can anyone suggest me good algorithm to find out Number > of Cycles in a Graph.. > > -Thanks >  Mithun Find polynomials of its adjacency matrix. The resulting polynomial consists from loop, edge, cycle and edge-cycle polynomials. kunzmilan -- You

[algogeeks] Re: How to find number of Cycles in a Graph...

2009-10-22 Thread shah zeb
: [algogeeks] Re: How to find number of Cycles in a Graph... Isn't it Strongly connected component? Take a look: http://en.wikipedia.org/wiki/Strongly_connected_component On Oct 21, 9:15 am, mithun wrote: > Given a graph can anyone suggest me good algorithm to find out Number > of

[algogeeks] Re: How to find number of Cycles in a Graph...

2009-10-22 Thread Walter
Isn't it Strongly connected component? Take a look: http://en.wikipedia.org/wiki/Strongly_connected_component On Oct 21, 9:15 am, mithun wrote: > Given a graph can anyone suggest me good algorithm to find out Number > of Cycles in a Graph.. > > -Thanks >  Mithun --~--~-~--~~---

[algogeeks] Re: How to find number of Cycles in a Graph...

2009-10-21 Thread harit agarwal
number of back egdes in DFS=number of cycles --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com To unsubscribe from this group, sen

[algogeeks] Re: How to find number of Cycles in a Graph...

2009-10-21 Thread umesh kewat
Hi mithun can u give some detail about graph like connected, disconnected or etc? On Wed, Oct 21, 2009 at 4:45 PM, mithun wrote: > > Given a graph can anyone suggest me good algorithm to find out Number > of Cycles in a Graph.. > > -Thanks > Mithun > > > > -- Thanks & Regards Umesh kewat