Bloomberg interview question

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

Interview Answer

Anonymous

18 Feb 2015

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