Time complexity doubt
rahulmishra6830
(null null)
May 4, 2020, 8:41am
#1
quicksort complexity is o(nlogn) or n sq because both are written on the net.
which one is correct?