• retagged by
474 views
0 0 votes

Better than O(n) exists ?

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
1.7k
1.7k views
HeadShot asked Dec 1, 2018
1,740 views
0 0 votes
1 answers 1 answer
1.2k
1.2k views
HeadShot asked Nov 30, 2018
1,208 views
0 0 votes
1 1 answer
1.0k
1.0k views
admin asked Jul 28, 2023
1,037 views
Consider the following statements about heap sort algorithm:The MAX-HEAPIFY procedure which runs in $\mathrm{O} \lg (n)$ time, is the key to maintaining the max heap prop...
0 0 votes
1 1 answer
308
308 views
vishnusainune asked Dec 3, 2025
308 views
You were given an array of distinct elements of size n with indices starting from 0.-Every $(2i)^{th}$ element is pushed into a stack.-Every $(2i+1)^{th}$ element is enqu...