Which of the following is not an application of priority queue?
2024
Which of the following is not an application of priority queue?
Answer: C. Undo operation in text editors — Answer: c Explanation: Undo operation is achieved using a stack.
- A.
Huffman codes
- B.
Interrupt handling in operating system
- C.
Undo operation in text editors
- D.
Bayesian spam filter
Attempted by 352 students.
Show answer & explanation
Correct answer: C
Answer: c
Explanation: Undo operation is achieved using a stack.
Loading lesson…