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,從後向前加即可,最後判斷
相關文章
相關標籤/搜索