美文网首页
Leetcode69-Sqrt(x)(Python3)

Leetcode69-Sqrt(x)(Python3)

作者: LdpcII | 来源:发表于2017-09-14 14:16 被阅读0次

    69. Sqrt(x)

    Implementint sqrt(int x).

    Compute and return the square root ofx.

    My Solution

    参考答案(转)

    注: sqrt(x) <= (x+1) / 2

    相关文章

      网友评论

          本文标题:Leetcode69-Sqrt(x)(Python3)

          本文链接:https://www.haomeiwen.com/subject/ytkdsxtx.html