摘要: 69. Sqrt(x) Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the return t 阅读全文
posted @ 2018-07-12 21:50 ssml 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 67. Add Binary Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contains only characters 1  阅读全文
posted @ 2018-07-12 20:45 ssml 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 66. Plus One Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most 阅读全文
posted @ 2018-07-12 16:00 ssml 阅读(65) 评论(0) 推荐(0) 编辑