Amazon Interview Question

What is the difference between Linked List and List of Arrays? Write program to find the same values in two integer arrays.

Interview Answer

Anonymous

Mar 24, 2015

Thirst I did dirty implementation with two for loops and explained the flows. After that I wrote algorithm to use std::set.

1