how to search an element in sorted linked list with time
complexity is O(log n).

Answer Posted / baskerdearer

By using the skip list concept. we can search the sorted
linked list with O(log n).

Is This Answer Correct ?    35 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are examples of data structures?

513


What is difference between capacity and size of arraylist?

486


Explain extended binary tree.

514


Differentiate between hashmap and hashtable.

624


What do you mean by balance factor of a node in avl tree?

577






State the rules to be followed during infix to postfix conversions?

699


How do you check if a stack is empty or not?

455


Which is the parent class of enumset class?

560


What is link list in data structure?

476


What is the difference between array sort () and array sort t >()?

460


Define binary tree insertion.

591


What is the advantage of the heap over a stack?

581


Define a priority queue?

601


What is data structure and data type?

549


What is map data structure?

467