Multiple choice

Data structure link list is not suitable for

  1. bubble sort

  2. polynomial manipulation

  3. binary search

  4. merge sort

  5. radix sort

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Binary search needs sorting of arrays and the sorting using data structure link list is very complex. Hence, it is not suitable.