Linked lists are not suitable data structures of which one of the following…

2024

Linked lists are not suitable data structures of which one of the following problems ?

Answer: B. Binary searchLinked lists are not suitable for binary search because they do not support efficient random access to elements, which is required to calculate midpoints.

  1. A.

    Insertion sort

  2. B.

    Binary search

  3. C.

    Radix sort

  4. D.

    Polynomial manipulation

Attempted by 231 students.

Show answer & explanation

Correct answer: B

Linked lists are not suitable for binary search because they do not support efficient random access to elements, which is required to calculate midpoints.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…