answersLogoWhite

0

Quick sort is faster in data structure?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

I think the data structure in question is array.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Quick sort is faster in data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which sorting methode is more fast in data structure?

Quick Sort


Why merge sort is not in-place?

this use auxiliar data structure for to work, in-place is that on the same data structure of input this sort


What is the best data structure for heap sort?

selection sort


Limitations of merge sort and quick sort?

Comolexity Not efficent big data


Did exchange method is possible in sorting algorithms in data structures?

yes....exchange checking are: bubble sort, selection sort , quick sort


What fundamental mathematical principle underlies the effectiveness of the Quick sort algorithm to sort certain lists of data elements rapidly?

penis


When does quick sort take more time than merg sort?

Quick sort runs the loop from the start to the end everytime it finds a large value or a small value while in merge sort starts from the first position of the array and assembles the large or small numbers in one side in just one loop so its more faster than quick sort


10 kinds of sorting in data structure?

1.Bubble Sort2.Insertion Sort3.Shell Sort4.Merge Sort5.Heap Sort6.Quick Sort7.Bucket Sort8.Radix Sort9.Distribution Sort10.Shuffle Sort


Which algorithm is more efficient- insertion sort algorithm or merge sort algorithm?

On average merge sort is more efficient however insertion sort could potentially be faster. As a result it depends how close to reverse order the data is. If it is likely to be mostly sorted, insertion sort is faster, if not, merge sort is faster.


Divide-and-Conquer to sort numbers using quick sort?

Yes, that's how quick-sort works.


Which action do you perform on a data source to reorganize the order of the record for a merge?

You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.


18 A list is ordered from smaller to largest when a sort is called Which sort would take the longest time to execute?

Quick Sort