摘要: Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100". 1 class Solution 2 { 3 public: 4 ... 阅读全文
posted @ 2014-06-29 22:25 穆穆兔兔 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at... 阅读全文
posted @ 2014-06-29 21:41 穆穆兔兔 阅读(166) 评论(0) 推荐(0) 编辑