Ntrepid Interview Question

Basic Algorithm about finding duplicates and missing values in two lists.

Interview Answer

Anonymous

Oct 24, 2019

First I wrote out the problem, and wrote down test cases. Then I used a hashmap to return the values

1