[algogeeks] microsoft competioion

2007-01-15 Thread ashok
microsoft site competition sign up to this link , its a good link to get in touch with microsoft site competition http://imaginecup.com/Registration/Default.aspx?ReferralCode=IC07IN91ashusah bye Ashok --~--~-~--~~~---~--~~ You received this message because

[algogeeks] whats the fastest way to find the odd man out?

2007-01-15 Thread Abhishek
Hi, Suppose I have a sequence of numbers in which every number occurs twice in the sequence except one. Whats the fastest way of finding that number which occurs only once? With Regards, Abhishek S --~--~-~--~~~---~--~~ You received this message because you are

[algogeeks] microsoft site comptition

2007-01-15 Thread ashok
microsoft site competition sign up to this link , its a good link to get in touch with microsoft site competition http://imaginecup.com/Registration/Default.aspx?ReferralCode=IC07IN91ashusah bye Ashok --~--~-~--~~~---~--~~ You received this message because

[algogeeks] logarithmic scale interpolation

2007-01-15 Thread different
I have a program which reads a file containing integer values between 0 and 10. I already use a linear mapping which takes this values and maps them in a different range. Now I want to map the values using a logarithmic scale. For example I want to map from [0;10] to [0.2;5] and values have to

[algogeeks] [OT] Kurukshetra OPC rescheduled to 14th of Jan

2007-01-15 Thread Prashanth Mohan
Hello, The Kurukshetra Online Programming Contest has been rescheduled for the *14th of January*. The timings will be between 14:00 IST to 20:00 IST. The rules will be the same was earlier. We regret that we have to disappoint you last time. The 2000 USD is still up for grabs. Please visit

[algogeeks] Re: whats the fastest way to find the odd man out?

2007-01-15 Thread Hangjin Zhang
Do an XOR on all numbers. The resulte is the number which occurs only once HZ On 12/30/06, Abhishek [EMAIL PROTECTED] wrote: Hi, Suppose I have a sequence of numbers in which every number occurs twice in the sequence except one. Whats the fastest way of finding that number which occurs only