[algogeeks] Kurukshetra Online Debugging Prelims today

2012-01-25 Thread Rishi
The online prelim round of the Debugging event of *Kurukshetra *12, the annual technical symposium of* College of Engineering Guindy, Anna University* will be held on *26 January, 2012, 7.00 pm IST *at http://www.spoj.pl/KDEBUG/ Participate in teams of three. Teams landing at top of this

[algogeeks] Fwd: [cse_hbatch2009] Friends - Play the online treasure hunt of Abacus12

2012-01-06 Thread Rishi Kumar
-- Forwarded message -- From: Pradeep pradeepm1...@gmail.com Date: Fri, Jan 6, 2012 at 8:34 PM Subject: [cse_hbatch2009] Friends - Play the online treasure hunt of Abacus12 To: cse_hbatch2...@yahoogroups.co.in ** What makes your body temperature to shoot up? What makes your

Re: [algogeeks] Longest Palindrome

2011-01-03 Thread Rishi Agrawal
. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Regards, Rishi Agrawal -- You received this message because you

Re: [algogeeks] Amazon Interview Question about Linked Lists

2010-12-20 Thread Rishi Agrawal
. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Regards, Rishi Agrawal -- You received this message because you

Re: [algogeeks] Re: for loop performace in terms of speed makes any difference when we run from max to min and min to max

2010-11-24 Thread Rishi Agrawal
...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Regards, Rishi Agrawal -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email

Re: [algogeeks] Re: do this: two numbers with min diff

2010-09-24 Thread Rishi Agrawal
Printing the Array: 99 35 45 33 88 9098 112 33455 678 3 Min elements are 1: 3 2: 33 Absolute difference between two minimum elements are 30 On Fri, Sep 24, 2010 at 9:39 AM, Dave dave_and_da...@juno.com wrote: @Rishi: Try it on the original data with a[1] changed from 12 to 35

Re: [algogeeks] Re: do this: two numbers with min diff

2010-09-23 Thread Rishi Agrawal
@Dave, I check for the values you suggested but the code worked fine. There were other errors in the code. I have rectified them now. The following code seems to be working fine and in O(n) time. #include stdio.h #include stdlib.h void find_two_mins(int array[], int size) { int i,t; int

Re: [algogeeks] Re: sum of primes

2010-09-23 Thread Rishi Agrawal
Apart from 1, 2 and 3, all the prime numbers are either of the form (6*n - 1) or (6*n + 1). Can we use this property to generate the primes till we get 1 primes. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send

Re: [algogeeks] Re: hashing

2010-06-11 Thread Rishi Agrawal
...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Regards, Rishi B. Agrawal http://www.linkedin.com/in/rishibagrawal http://code.google.com/p/fscops/ -- You received this message because you

Re: [algogeeks] Re: os

2010-06-11 Thread Rishi Agrawal
%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Regards, Rishi B. Agrawal http://www.linkedin.com/in/rishibagrawal http://code.google.com/p/fscops/ -- You received this message because you are subscribed to the Google Groups