Re: [algogeeks] Help on Recursion & Bit Operators related problems

2011-08-03 Thread Shashank Jain
even this is a gud 1. http://www.cprogramming.com/tutorial/bitwise_operators.html Shashank Jain IIIrd year Computer Engineering Delhi College of Engineering On Thu, Aug 4, 2011 at 1:35 AM, Samba Ganapavarapu wrote: > thanks raj, > is this the bitwise operator tutorial that you told about ? > >

Re: [algogeeks] Help on Recursion & Bit Operators related problems

2011-08-03 Thread Samba Ganapavarapu
thanks raj, is this the bitwise operator tutorial that you told about ? http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=bitManipulation On Wed, Aug 3, 2011 at 3:48 PM, raj kumar wrote: > the best way to identify recursion is when finding solution to a problem > consist of findin

Re: [algogeeks] Help on Recursion & Bit Operators related problems

2011-08-03 Thread raj kumar
the best way to identify recursion is when finding solution to a problem consist of finding solution to a sub problem ex-5!=5*(4!)=5*4*(3!). for bits see topcoder tutorials on bitwise operators -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks"

[algogeeks] Help on Recursion & Bit Operators related problems

2011-08-03 Thread Samba Ganapavarapu
Hi Guys, Can someone suggest me a good articular / book / video / lecture on how to find if recursion required for a given problem ? Also on problems related to bit operations. thank you, Samba -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.