What technique is used in Transpose method?

Q & ACategory: Data StructureWhat technique is used in Transpose method?
Admin Staff asked 4 years ago

What technique is used in Transpose method?
a) searched node is swapped with its predecessor
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

1 Answers
Admin Staff answered 4 years ago

a) searched node is swapped with its predecessor