What is the additional space complexity of removing an element at the back of a queue with n elements and returning the queue with all other elements in their original order?.
Question: What is the additional space complexity of removing an element at the back of a queue with n elements and returning the queue with all other elements in their original order?