7. What is the recurrence equation that describes the running time of quicksort when assuming that the pivot is always p
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
7. What is the recurrence equation that describes the running time of quicksort when assuming that the pivot is always p
7. What is the recurrence equation that describes the running time of quicksort when assuming that the pivot is always placed in the middle of the array? T(N)=T(N/2) +N none of the others T(N)=2*T(N/2) +1 T(N)=T(N/2) + 1 T(N)=2*T(N/2)+N
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!