Question

In: Computer Science

C2 4. List four popular ways for selecting pivot. Is any of these definitely better than...

C2

4. List four popular ways for selecting pivot. Is any of these definitely better

than the others to generate balanced partitioning?

5. When the array is almost or already sorted, which way for selecting pivot is the best

and which way is the worst?

6. Describe a worst-case scenario in which the quicksort with specific way for selecting

pivot leads to a quadratic sorting algorithm, i.e, the running time is O(n2).

7. What is the advantage of using a random element as pivot?

Solutions

Expert Solution

Answer - 4

Some of the most common/ popular ways of selecting pivot are as follows -

1. Selecting the first/last element as pivot. This is the one of the most popular ways and in most of the cases, it works well.

2. Selecting middle element is also fine and is used in some cases.

3. Selecting random elements as pivot. This minimises the probability of the time complexity becoming O(n2).

4. This method is also used sometimes. In this way we select the median of data/ array as pivot while applying quick sort.

Answer - 5

When array is sorted or almost sorted, then you should certainly avoid choosing first element or the last element as the pivot, as this will lead to O(n2) time complexity. This can certainly be avoided by choosing random element, middle element or median element as pivot, as these might reduce the complexity for O(n2) but cannot eliminate it completely.

Answer - 6

Suppose you array is almost sorted or sorted, and you are choosing the first element or the last element as pivot element. Now, every time you would be partitioning, then you would be left with two subarray, one of size 1 and other of size n-1 where n is the number of elements. This will result in time complexity being -

(n-1) + (n-2) + .... + 1 = n*(n-1)/2 = O(n2) Time complexity.

Hence, this is one of the worst cases of quick sort.

Answer - 7

If we choose/select a random element of the array in quick sort, then the probability that the time complexity might become O(n2) is reduced drastically. It becomes favourable for us because we want to avoid the time complexity of O(n2) while applying quick sort.


Related Solutions

I will definitely down vote, if essay is inappropriate 4) What will be the better tax...
I will definitely down vote, if essay is inappropriate 4) What will be the better tax system for India in future? (Do not select multiple answers and type your answer) a) Slab system b) Fixed rate c) No Tax d) Tax on bank transaction e) None of the above answer based on information, else skip it
Present a couple of arguments for selecting a president by electoral votes rather than by popular...
Present a couple of arguments for selecting a president by electoral votes rather than by popular vote.
List and briefly explain 4 ways in which jobs can de redesigned to better accommodate and...
List and briefly explain 4 ways in which jobs can de redesigned to better accommodate and motivate employees.
13. (4 pts.) List and describe two of the four ways that a company’s management can...
13. (4 pts.) List and describe two of the four ways that a company’s management can demonstrate that safe and healthy work practices are a required part of every employee’s job. 15. (4 pts.) True or False: No one person can expect to be an expert in the wide range of workplace safety and health issues. Explain your answer. I was having trouble finding clear answers in my text book
List 4 issues that need to be considered when selecting a factor of safety in an...
List 4 issues that need to be considered when selecting a factor of safety in an engineering design. 2- What is the difference between yield strength and ultimate tensile strength of a material?
List and decribe four ways the body handles fat
List and decribe four ways the body handles fat
Is any job (at any wage) better than no job? Does your answer change if you...
Is any job (at any wage) better than no job? Does your answer change if you apply the question to a worker in a developing, rather than developed country?
1. List any four types of faults that can occur in power transformers?    2. List any...
1. List any four types of faults that can occur in power transformers?    2. List any four effects of sustained low power factor on equipment. 3. List any four methods that can be used to improve power factor? 4. List any two economic benefits of power factor correction?
Are there any ways that escapes from halfway houses could be better prevented? If so, what...
Are there any ways that escapes from halfway houses could be better prevented? If so, what are they? If not, why not?
Name at least 7 detailed ways placental mammals are better than marsupial mammals.
Name at least 7 detailed ways placental mammals are better than marsupial mammals.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT