COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which one of the following is not the type of the Queue?
|
Linear Queue
|
|
Circular Queue
|
|
Double ended Queue
|
|
Single ended Queue
|
Explanation:
Detailed explanation-1: -4. Which of the following is not the type of queue? Answer-B) Single Ended Queue is not a type of queue.
Detailed explanation-2: -There are four different types of queues: Simple Queue. Circular Queue. Priority Queue.
Detailed explanation-3: -Explanation: Queue always has two ends. So, single ended queue is not the type of queue.
Detailed explanation-4: -Explanation: The answer is d. The options a, b, and c are the applications of the Queue data structure while option d, i.e., balancing of symbols is not the application of the Queue data structure.
There is 1 question to complete.