Which of the following is not the type of queue?
Options
- A. Ordinary queue
- B. Circular queue
- C. Single ended queue
- D. Priority queue
C. Single ended queue
A normal queue already works from:
Insert → Rear
Delete → Front
So this name is not a formal queue category.
Attempt Quiz Now:
BPSC Tre 4.0 DSA Practice Set