Solution: Add Binary

Let's solve the Add Binary problem.

Statement

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

Constraints:

  • 11\leq str1.length , str2.length \leq 500500 ...