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 is unmodifiable list?

695


What is sorting an array?

669


Which collection type is used to maintain uniqueness of data structure?

1224


What are the advantages of linked list over array (static data structure)?

987


What is the difference between data type and data structure?

645


What are the major data structures used in the hierarchical data model?

734


Write a Program for Insert in a sorted list

678


How would you swap the Kth node from beginning with Kth node from end in a Linked List.

747


How many sorting are there in data structure?

667


Which interfaces are implemented by abstractqueue?

687


Define a tree?

765


What are the 3 types of measurement?

713


What are the parts of a linked list?

825


What type of memory allocation is referred for Linked lists?

987


Why is bubble sort stable?

647