// This problem was asked by Google. Implement a file syncing algorithm for two computers over a low-bandwidth network. What if we know the files in the two computers are mostly the same? // this question is based on implementation of merkle tree . // you can check about it on google. // it might get update in future.