
Add
所难
这个作者很懒,什么都没留下…
展开
-
LeetCode-Add Binary
Given two binary strings, return their sum (also a binary string). For example, a = "11" b = "1" Return "100". Solution: Code:原创 2014-08-11 22:05:28 · 392 阅读 · 0 评论 -
LeetCode-Plus One
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 the head of the list.原创 2014-08-11 21:34:21 · 329 阅读 · 0 评论