摘要:
Divide Two IntegersDivide two integers without using multiplication, division and mod operator.SOLUTION 11. 基本思想是不断地减掉除数,直到为0为止。但是这样会太慢。2. 我们可以使用2分法来加... 阅读全文
posted @ 2014-10-24 20:15
Yu's Garden
阅读(3248)
评论(1)
推荐(0)