A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute?
Answer Posted / santosh
Quict Sort
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define linear data structures?
Write a program to sum values of given array.
What is the capacity of arraylist?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
Why is hashmap used?
What does stack top do?
What is dangling pointer and how to avoid it?
Can we change load factor of hashmap?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
State the demerits of linked representation of binary trees?
Explain binary search tree?
What is data type and its types?
Why is sorting important?
What is meant by strongly connected in a graph?
Are dictionaries mutable?