276 views
0 votes
0 votes
Considering the partition algorithm in quick-sort , depending on any input sequence it will be called  n times only so then what is the usage of dividing the problem into equal halfs , through recurrence relation formation I am able to figure out that time complexity is less if we have problem to be divided at each level in equal halfs but I am not getting logic behind this .

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
2 votes
2 votes
1 answer
4