Criteo Interview Question

Find the lists of common integers between two sorted lists

Interview Answer

Anonymous

Sep 15, 2019

Since the two lists have been sorted, we just need to use two pointers instead of using two nested loops