Mobileye Interview Question

Write a function that return the percentile .

Interview Answer

Anonymous

Oct 10, 2018

Given percentile you want, run over data, create normalized cumulative histogram and pick the bin which fits.