source/add_binary_strings.cpp file

Namespaces

namespace add_binary_strings
Given two binary strings A and B consisting of only 0s and 1s. Find the resultant string after adding the two Binary Strings. Note: The input strings may contain leading zeros but the output string should not have any leading zeros.