About This Pattern
Master the String / Simulation pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.
Easy (1)
Add Binary
Given two binary strings, return their sum (also a binary string).
Key Signals:
String manipulationCarry operationDifferent bases