COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following can be done with LinkedList?
|
Implementation of Stacks and Queues
|
|
Implementation of Binary Trees
|
|
Implementation of Abstract Data Structures with dynamic memory allocation
|
|
All of the above
|
Explanation:
Detailed explanation-1: -Which of the following can be done with LinkedList? Implementation of Stacks and Queues. Implementation of Binary Trees. Implementation of Data Structures that can simulate Dynamic Arrays.
Detailed explanation-2: -Which of the following data structures can be used to implement queues? Stack, Arrays, and LinkedList can be used to implement Queues so all the options are correct.
Detailed explanation-3: -Explanation: To implement file system, for separate chaining in hash-tables and to implement non-binary trees linked lists are used.
There is 1 question to complete.