consider a sorted array with xi , xi+1, xi+2, ... , xi+n distinct elements with frequencies a0,a1,a2,...,an respectively. How can i find pth element in this?
↧
consider a sorted array with xi , xi+1, xi+2, ... , xi+n distinct elements with frequencies a0,a1,a2,...,an respectively. How can i find pth element in this?