Answers

Question and Answer:

  Home  OS Data Structures

⟩ Tell me how to search an element in sorted linked list with time complexity is O(log n)?

we can use the binary search algorithm for this problem because this searching algorithm has O(log n) performance in both worse and average case.

 187 views

More Questions for you: