CPP icon indicating copy to clipboard operation
CPP copied to clipboard

Add Binary

Open utchak160 opened this issue 4 years ago • 1 comments

Description Given two binary strings, return their sum (also a binary string).

The input strings are both non-empty and contain only characters 1 or 0.

Example 1:

Input: a = "11", b = "1" Output: "100" Example 2:

Input: a = "1010", b = "1011" Output: "10101"

@akshitagit can I work on this issue for Hacktoberfest 2020?

utchak160 avatar Sep 30 '20 15:09 utchak160

I would like to work on this issue. Please assign.

Roshan13046 avatar Sep 30 '20 22:09 Roshan13046