🚀 Day15/80 of #gfg160 challenge completed. ✅ Add Binary Strings: We first trim leading zeros and then start from the last character of the strings and compute digit sum. If sum>1 then store carry for next digits. For extra carry prepend 1 of the result. TC:O(n+m) SC: O(1)
0
0
4
43
0
Download Image