Frage im Vorstellungsgespräch bei Amazon

Q. write code to detect if an array contains any duplicates?

Antwort im Vorstellungsgespräch

Anonym

7. Apr. 2014

Using Hash Table we can do this in O(n) time