Fork me on GitHub
摘要: Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: 思路: 模拟手工加法过程,用carry表示进位。 第一个是自己写的,比较啰嗦。 第二 阅读全文
posted @ 2017-07-05 22:53 hellowOOOrld 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example,Given nums = [0, 1, 阅读全文
posted @ 2017-07-05 17:29 hellowOOOrld 阅读(110) 评论(0) 推荐(0) 编辑