A

Admin • 833K Points
Coach

Q. Can binary search be applied on a sorted linked list in O(Logn) time?

  • (A) no
  • (B) yes
  • (C) ---
  • (D) ---

Explanation by: Admin

since linked list doesn’t allow random access, binary search cannot be applied on a sorted linked list in o(logn)

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.