Minimum Swaps 2

  • + 1 comment

    The problem statement says all the numbers are drawn from a list of consecutive integers. That is violated in the one test case where there is no 7 in the list but there is an 8. I saw some somewhat obfuscated workarounds so I posted my much more obvious one.