the above code works only for 2,4,8,16 ... On Thu, Sep 13, 2012 at 7:13 PM, VIHARRI P L V <[email protected]>wrote:
> 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 <[email protected]>wrote: > >> @vihari: what is n? >> >> On Thu, Sep 13, 2012 at 6:32 PM, VIHARRI <[email protected]> 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 [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
