Friday, July 3, 2015

Leetcode: Add Binary

July 3, 2015
Given two binary strings, return their sum (also a binary string).
For example,
a = "11"
b = "1"
Return "100".
work on programming using C#; find great code to convert it from C++ to C#, know the difference.

No comments:

Post a Comment