InterviewSolution
Saved Bookmarks
| 1. |
In case of insertion into a linked queue, a node borrowed from the __________ list is inserted in the queue.(a) AVAIL(b) FRONT(c) REAR(d) NULLMy question is from Queue using Linked List in section Abstract Data Types of Data Structures & Algorithms IThe question was posed to me in an international level competition. |
|
Answer» The CORRECT choice is (a) AVAIL |
|