PREV INDEX NEXT

Author: Unknown
Subject: remD() with empty head
Date: Tuesday, 17 Mar 2020, 23:49:46

If the head stack of a deque is empty and remD() is called on that deque, do we move all elements from the tail to the head and then perform remD() using the new head?
PREV INDEX NEXT