Bloomberg Interview Question

Write code in java to search a file system for duplicates and return the copies.

Interview Answer

Anonymous

Feb 18, 2015

designed a recursive filewalker method and differentiated between duplicates by creation timestamp.