摘要: public class Solution { public int[] plusOne(int[] digits) { int carry = 1; int length = digits.length; List list = new ArrayL... 阅读全文
posted @ 2015-12-11 12:02 Weizheng_Love_Coding 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 刚从微软onsite回来,感觉要跪了。不过doesnt matter 继续刷题面谷歌很有意思的一道小题,很容易出错public class Solution { public int compareVersion(String version1, String version2) { ... 阅读全文
posted @ 2015-12-11 11:59 Weizheng_Love_Coding 阅读(113) 评论(0) 推荐(0) 编辑