Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of swaps to make a binary string alternate between 0s and 1s using dynamic programming.

Run the code to see the output here...