Try this exercise. Fill in the missing part by typing it in.
In the array implementation of queues, two pointers, __________
and __________
, are used to keep track of the first and last elements of the queue, respectively.
Write the missing line below.