会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
紫魔戒
博客园
首页
新随笔
联系
订阅
管理
2017年5月7日
LeetCode 69. Sqrt(x)
摘要: DescriptionImplement int sqrt(int x). Compute and return the square root of x.my program 思路:看似很简单的问题,可以不断的优化算法,最开始容易想到的是定义一个num使其递增,直到num*num...
阅读全文
posted @ 2017-05-07 20:25 紫魔戒
阅读(151)
评论(0)
推荐(0)
公告