Aanchal PatialFollowJul 19, 2020·1 min readDay 19 of July LeetCode ChallengeGiven two binary strings, return their sum (also a binary string).The input strings are both non-empty and contain only characters 1 or 0.Example 1:Input: a = "11", b = "1"Output: "100"