Yelp interview question

Write a search algorithm

Interview Answer

Anonymous

7 Oct 2011

Search for what on what? A data element with a particular key in a particular data structure? The general strategy for a search algorithm is to 'look' for things.