LeetCode Easy: 69. Sqrt(x)
摘要:
一、题目 Implement int sqrt(int x). Compute and return the square root of x. x is guaranteed to be a non-negative integer. 返回一个非负整数的平方根 二、题目解析 这个可以用二分查找来做 阅读全文
posted @ 2018-03-30 08:26 乐晓东随笔 阅读(145) 评论(0) 推荐(0) 编辑