If the input sequence is '1 2 3 4 5', what will be the output after applying the rearrangement steps: Step 1: Move '5' to the front, Step 2: Swap '2' and '3'?
If the input sequence is '1 3 5 7 9', what is the output after applying the rearrangement steps: move the first element to the end, then reverse the sequence?