Re: [algogeeks] Sum of the Sequence

2009-11-06 Thread nikhil garg
Thanks a ton. I found finite calculus very interesting and useful ! On Fri, Nov 6, 2009 at 11:35 AM, abhijith reddy wrote: > Thank you so much ! :) > > > On Fri, Nov 6, 2009 at 11:00 AM, Prunthaban Kanthakumar < > pruntha...@gmail.com> wrote: > >> On a related note, >> The solution I gave you is

[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] اصفهانيه و سرعت

2009-11-06 Thread Aminooo~
اصفهانيه داشته توي اتوبان با سرعت ۱۸۰ كيلومتر در ساعت مي رفته كه پليس با دوربينش شكارش مي كنه و ماشينشو متوقف مي كنه. پليسه مياد كنار ماشينو ميگه: گواهينامه و كارت ماشينو بدين. اصفهانيه ميگه: من گواهينامه ندارم. اين ماشينم مالي من نيست. كارتا ايناشم پيشي من نيست. من صَحَبي ماشينا كشتم آ جنازشا ا

Re: [algogeeks] Horse race

2009-11-06 Thread harit agarwal
why the 7th race is doneand also it might be the case that E group contains the fastest three then how it is done?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. For more

Re: [algogeeks] Sum of the Sequence

2009-11-06 Thread abhijith reddy
Thank you so much ! :) On Fri, Nov 6, 2009 at 11:00 AM, Prunthaban Kanthakumar < pruntha...@gmail.com> wrote: > On a related note, > The solution I gave you is to find the nth element in the kth series. > If you want to sum the first 'n' elements of the kth series (call the > function s(n,k)), th

[algogeeks] finding nth element of a tree without using recursion..

2009-11-06 Thread naren
can anyone help me to solve this..how can we find nth element of a tree without using recursion -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. For more options, visit this grou