2016年9月8日

Leetcode 69. Sqrt(x) 求整数根 in Java

摘要: 69. Sqrt(x) 69. Sqrt(x) Total Accepted: 109623 Total Submissions: 418262 Difficulty: Medium Implement int sqrt(int x). Compute and return the square r 阅读全文

posted @ 2016-09-08 22:32 颜YQ 阅读(543) 评论(0) 推荐(0) 编辑

Leetcode 50. Pow(x, n) x的n次方 in Java

摘要: 50. Pow(x, n) 50. Pow(x, n) Total Accepted: 106878 Total Submissions: 388728 Difficulty: Medium Implement pow(x, n). public class Solution { public do 阅读全文

posted @ 2016-09-08 21:23 颜YQ 阅读(787) 评论(0) 推荐(0) 编辑

导航