PREV INDEX NEXT

Author: Unknown
Subject: Infinite Loop
Date: Sunday, 29 Mar 2020, 09:46:25

We should not be using the deques to simulate random access arrays in order to choose a splitter. As a result, I am always choosing my splitter to be the first line of the deque I am sorting. However, I am getting caught in an infinite loop, for which the only solution I see is choosing a random splitter each time, which I don't know how to do without
PREV INDEX NEXT