Ah, I was saying that your inner loop with the 'j' counter is slow because of how you shift the elements left. In simpler terms, if I threw the list of all 5600 items in the game at your shuffler, on average, the nested loop implementation would do something like 8 million shift operations (15...