Vidyalelo
Data Structure · Q60

Linked Lists in Data Structures

Programming · Data Structure · question 60

Q60

What technique is used in Transpose method?

A.
searched node is swapped with its predecessor
Answer
B.
node with highest access count is moved to head of the list
C.
searched node is swapped with the head of list
D.
searched nodes are rearranged based on their proximity to the head node

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board