ICT
January 26, 2025Process-Scheduling
January 28, 2025UGC NET CS 2013 Sep-paper-2
| Question 12 |
The efficient data structure to insert/delete a number in a stored set of numbers is
| Queue | |
| Linked list | |
| Doubly linked list | |
| Binary tree |
Question 12 Explanation:
Doubly linked list is the efficient data structure to insert/delete a number in a stored set of numbers.
Correct Answer: C
Question 12 Explanation:
Doubly linked list is the efficient data structure to insert/delete a number in a stored set of numbers.
