Divide Two Integers
Divide two integers without using multiplication, division and mod operator.
Solution: having trouble to do this one by bitwise operations...
Following code is kind of cheating...
Following code correctly did the bitwise operations. T_T
Solution: having trouble to do this one by bitwise operations...
Following code is kind of cheating...
Following code correctly did the bitwise operations. T_T
Comments
Post a Comment