33.Add Binary Description Given two binary strings, return their sum (also a binary string). Example Input: "11" "1" Output: "100" From LeetCode