employer cover photo
employer logo
employer logo

Riverbed Technology

Is this your company?

Riverbed Technology interview question

running time for binary search using linked list

Interview Answer

Anonymous

Oct 30, 2012

Can't do it in O(n) or O(log n) as you need to seek to the end at least once. You will need a skip list.