A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?
Answer Posted / varma
insertion sort works efficiently on sorted lists.....
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the Stack
What is the minimum number of nodes that a binary tree can have?
What do you mean by breadth first search (bfs)?
Does treemap allow null keys?
What is the non linear data structure?
Difference between calloc and malloc in data structures?
Can we increase the size of statically allocated array?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What is dynamic array how it is created?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
Why do we need to use computers to help us sort lists?
What sort does arrays sort use?
Can a stack be described as a pointer? Explain.
What is a list of lists?
What are arrays give example?