Problem
Problem_Link
Problem Solving Method
Goal: Swap the 1 at the end and the 0 at the front.
Condition: The number of swaps must be less than the given k.
Use StringBuilder: Since the string needs to be swapped, StringBuilder is the most effici...