2. (25 pts.) Queue Operations Consider a queue data structure implemented using a dynamic array \( Q \), with two pointers: head and tail. The initial content of the queue is shown below. What will the content of the queue be after performing the operation Delete-Earliest ( \( Q \) ) followed by Insert \( (Q, 5) \) ?