会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
薇清浅
博客园
首页
新随笔
联系
管理
订阅
2015年3月13日
leetcode——Divide Two Integers
摘要: 题目: Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 题意: 不用乘号、除号、取模运算来模拟除法。 分析: 一开始每回减去一次除数,这样会超时,优化是减去除数*2^n,用左移运算可以实现每次翻2倍. c...
阅读全文
posted @ 2015-03-13 07:37 薇清浅
阅读(162)
评论(0)
推荐(0)
编辑
公告