Given two binary strings str1 and str2, return their sum as a binary string.
Constraints:
str1.length , str2.length
str1 and str2 consist of 0 or 1 characters only.
Any string must not contain leading zeros except the string representing the binary form of
Given two binary strings str1 and str2, return their sum as a binary string.
Constraints:
str1.length , str2.length
str1 and str2 consist of 0 or 1 characters only.
Any string must not contain leading zeros except the string representing the binary form of