67. Add Binary

题目: Given two binary strings, return their sum (also a binary string). For example, a = "11" b = "1" Return "100". 链接:  http://leetcode.com/problems/add-binary/ 题解: Add two binary strings,从后向前加即可,最后判断
相关文章
相关标签/搜索