How to Add Binary String in C/C++? April 12, 2016 algorithms, c / c++, data structure, leetcode online judge, string No Comments Given two binary strings, return their sum (also a binary string). For example, a = “11” b = “1” Return “100”. It looks easy however may not seem so: … [Continue Reading...]