[algogeeks] Last Call for Papers: 2007 International Conference on Computer Graphics and Virtual Reality (CGVR'07), June 25-28, 2007, USA

2007-02-11 Thread A. M. G. Solo
Dear Colleagues: I would appreciate if you could share the announcement below with those who might be interested. Best regards, Ashu M. G. Solo Publicity Chair, CGVR'07 Principal/R&D Engineer, Maverick Technologies America Inc. --

[algogeeks] Last Call for Papers: 2007 International Conference on Software Engineering Research and Practice (SERP'07), June 25-28, 2007, USA

2007-02-11 Thread A. M. G. Solo
Dear Colleagues: I would appreciate if you could share the annoucement below with those who might be interested. Best regards, Ashu M. G. Solo Publicity Chair, SERP'07 Principal/R&D Engineer, Maverick Technologies America Inc. --

[algogeeks] a humble request

2007-02-11 Thread akshay
can anybody provide me solutions to cormen"s algorithm book.i"ll be very thankful to all of u.plss mail me at [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to thi

[algogeeks] Invitation to Codecraft 2007 - An Online Programming Contest

2007-02-11 Thread Turbo
Please ignore this mail if you are not interested in programming contests. IIIT Hyderabad invites you to our annual Online Programming Contest CodeCraft 2007. This is the 5th year of Codecraft. It has grown over the years and has witnessed huge participation on a global scale. The contest is know

[algogeeks] Re: MIPT Problem

2007-02-11 Thread Lego Haryanto
Can be solved by dynamic programming. It can scale also even when we expand this and introduce the 5, 6, or more coefficients. Think of small stuff first. We know immediately the solution of x1 = n has only 1 solution. We also know that the solution of 2x2 + x1 = n will have floor(n/2) + 1 solu

[algogeeks] Re: MIPT Problem

2007-02-11 Thread Jair Cazarin
I think that a simple backtracking approach could solve this problem. On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I`m trying to solve http://acm.mipt.ru/judge/problems.pl?problem=201. > I`ve tried googling but couldn`t get any way to approach the problem. > Brute force is ruled

[algogeeks] MIPT Problem

2007-02-11 Thread [EMAIL PROTECTED]
I`m trying to solve http://acm.mipt.ru/judge/problems.pl?problem=201. I`ve tried googling but couldn`t get any way to approach the problem. Brute force is ruled out, so how can we solve this problem? --~--~-~--~~~---~--~~ You received this message because you are