...
Question 10817 – APPSC-2016-DL-CS
May 10, 2024
Question 6955 – Image-Processing
May 10, 2024
Question 10817 – APPSC-2016-DL-CS
May 10, 2024
Question 6955 – Image-Processing
May 10, 2024

Question 10822 – APPSC-2016-DL-CS

Singly linked circular list with header pointing to the last node is the data structure preferred in the context of 

Correct Answer: D

Question 20 Explanation: 
Singly linked circular list with header pointing to the last node is the data structure preferred in the context of concatenating two lists into one list, because it can be done in O(1) time.
A
insertion of a node at a position ‘p’
B
deletion of a node pointed by ‘p’
C
reversing the order of the nodes in the list
D
concatenating two lists into one list

Leave a Reply

Your email address will not be published. Required fields are marked *