LiveRamp Interview Question

How would you output all the unique IDs in a log file?

Interview Answer

Anonymous

Sep 7, 2015

Best way is bit vector if the numbers are small otherwise you'll have to partition the file some how.