摘要: 题目描述:Divide two integers without using multiplication, division and mod operator.If it is overflow, return INT_MAX. 提示中谈到Binary Search,由此可想到解决方案。solu... 阅读全文
posted @ 2015-06-16 21:19 Sawyer Ford 阅读(164) 评论(0) 推荐(0) 编辑