摘要: package LeetCode_367 /** * 367. Valid Perfect Square * https://leetcode.com/problems/valid-perfect-square/description/ * * Given a positive integer nu 阅读全文
posted @ 2020-08-30 12:14 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_69 /** * 69. Sqrt(x) * https://leetcode.com/problems/sqrtx/description/ * * Implement int sqrt(int x). Compute and return the square 阅读全文
posted @ 2020-08-30 11:36 johnny_zhao 阅读(88) 评论(0) 推荐(0) 编辑