1,217 views
1 votes
1 votes

$1)$How circular queue can be implemented?


$2)$ For which data structure circular queue cannot be implemented?

$(A)$Array $(B)$ Singly Linked List  $(C)$ Doubly Linked List  $(D)$ Stack

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
srestha asked Oct 29, 2017
2,716 views
The initial configuration of circular queue as followsWhat is status of states of queue contents after the following sequence of stepsenqueue xdequeueenqueue ydequeuedequ...
0 votes
0 votes
1 answer
2
monty asked Jan 30, 2017
691 views
0 votes
0 votes
0 answers
3
target2017 asked Jan 21, 2017
931 views
Doubt: dequeue really deletes the element or just moves the pointer? I'm not getting the answer.