Re: [algogeeks] Finding the mode in a set of integers

2010-04-17 Thread Ashim Kapoor
are you referring to the lectures by Dr Naveen Garg ? Or are these lectures different? Please clarify. Thank you, Ashim. On Sat, Apr 17, 2010 at 5:43 AM, rahul rai raikra...@gmail.com wrote: On 4/16/10, Rohit Saraf rohit.kumar.sa...@gmail.com wrote: Just got another O(n) solution. Find

[algogeeks] The Mystery Spiral

2010-04-17 Thread Chinmay S
*Problem statement:* Given a integer N, print N*N numbers in a N x N spiral. *Detailed problem description:* http://2600hertz.wordpress.com/2010/03/20/the-mystery-spiral/ *Solution:* Recently posted the following code. http://2600hertz.wordpress.com/2010/03/20/the-mystery-spiral-part2/ (managed