Closed mluu510 closed 9 years ago
I looked over this problem, the test case 2:
scramble_string("markov", [5, 3, 1, 4, 2, 0]) == "vkaorm"
doesn't look right. If the positions array determine the position of the letters then it should be "vroakm". Can anyone verify?
See #59 and #63.
I looked over this problem, the test case 2:
scramble_string("markov", [5, 3, 1, 4, 2, 0]) == "vkaorm"
doesn't look right. If the positions array determine the position of the letters then it should be "vroakm". Can anyone verify?