Answer Posted / sdfg
write an insert in order function where it traverse the list until it finds a greater element and put it before it.
create a new list and insert all items in the old list to the new list using the InsertInOrder function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the uses of b+ tree.
What is bubble sort in data structure?
What is the difference between null and void pointer in data structures?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
What happens if we put duplicate key in hashmap?
Which sorting technique is faster?
What is difference between hashset and linkedhashset?
Explain the priority queue?
How to reverse singly link list?
Mention the steps to insert data at the starting of a singly linked list?
What is arraylist load factor?
What is faster array or arraylist?
Which type of memory allocation is referred for linked list?
How many parts are there in a declaration statement using data structures?
what is Linked lists?