About Software
2016年12月15日 星期四
[LeetCode] 67. Add Binary
轉自LeetCode
Given two binary strings, return their sum (also a binary string).
For example,
a =
"11"
b =
"1"
Return
"100"
.
<Solution>
這題也不難,和
plus one
思路一樣,處理好進位問題就好
code 如下
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言