摘要: 题目链接 "https://leetcode.com/problems/climbing stairs/" 题目原文 You are climbing a stair case. It takes n steps to reach to the top. Each time you can... 阅读全文
posted @ 2016-01-13 10:34 slurm 阅读(197) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/sqrtx/" 题目原文 Implement . Compute and return the square root of x. 题目大意 实现一个整型的开平方根 解题思路 使用牛顿迭代法进行求解 牛顿迭代... 阅读全文
posted @ 2016-01-13 10:20 slurm 阅读(449) 评论(0) 推荐(0)