Let me give an example.

          For 17 next multiple of number 5 is 20.
          For 20 next multiple of number 5 is 25.

And give solution for this proeblem also:

          For 17 next nearest multiple of number 5 is 20.
          For 20 next nearest multiple of number 5 is 20.

*VIHARRI P L V*



On Thu, Sep 13, 2012 at 7:09 PM, bharat b <bagana.bharatku...@gmail.com>wrote:

> @vihari: what is n?
>
> On Thu, Sep 13, 2012 at 6:32 PM, VIHARRI <viharri....@gmail.com> wrote:
>
>> hey for finding next multiple of a number x using bitwise : ( n + x -1 )
>> & ~(x-1) but not working for all numbers
>> Could some one please explain me.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/algogeeks/-/7C_Nw4RoxmEJ.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to