(nCr + nC(r+1) + nC(r+2) + .... + nCn)/2^n
value of this is atmost 1,but for large n(10^5) nCr value overflows. can any1 give me an efficent approach to solve this(r<=n). thanks.
value of this is atmost 1,but for large n(10^5) nCr value overflows. can any1 give me an efficent approach to solve this(r<=n). thanks.