Amazon Interview Question

Find an element in an array (sorted or not) in different ways

Interview Answer

Anonymous

Feb 23, 2012

I said naive algorithm, hash table, and heap