Bloomberg Interview Question

Given a 10 million length string that doesn't fit in memory, find the unique characters. Implement a fork join algorithm using parallel programming.

Interview Answer

Anonymous

Nov 16, 2017

Would Hadoop map reduce be a good answer?