Amazon Interview Question

Both tasks were based on Two Sum problem.

Interview Answer

Anonymous

Aug 19, 2019

I implemented a nonstandard algorithm involving heaps, but did not manage to debug it in time, so the tests for the second task failed.

1