Based on the insertion sort code traced in the demo for a linked chain. Given a linked chain containing 8 -> 4 -> 32 -> 16 -> 256 -> 64 -> 128, what is the state of the sorted and unsorted linked chains at the end of the fifth time through the while loop in insertionSort?
There are no hints for this question