Add Binary

Try to solve the Add Binary problem.

Statement

Given two binary strings str1 and str2, return their sum as a binary string.

Constraints:

  • 11 ...