Recent questions tagged circular-queue

1 votes
0 answers
2
$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...
0 votes
1 answer
3
1 votes
2 answers
4
1 votes
3 answers
6
2 votes
1 answer
7
0 votes
3 answers
8
How many elements a simple queue and a circular queue both of size N can accommodates ?( A ) N and N respectively.( B ) N-1 and N-1 respectively.( C ) N and N-1 respec...
0 votes
1 answer
9
0 votes
0 answers
10
Doubt: dequeue really deletes the element or just moves the pointer? I'm not getting the answer.
To see more, click for the full list of questions or popular tags.