23,233 views
0 votes
0 votes

Suppose a dequeue is stored in a circular array with N memory cells. At which of the following condition is the dequeue is full? 


(i) LEFT = N and RIGHT = 1 
(ii) LEFT = RIGHT + 1 
(iii) LEFT = 1 and RIGHT = N 
(iv) LEFT = RIGHT - 1 + N

  1. (i) and (iii)
  2. (iii) and (iv)
  3. (ii) and (iii)
  4. (i) and (iv)

Please log in or register to answer this question.

No related questions found