Pergunta de entrevista da empresa Mediaire

Given two files with numbers, create a third file that contains only the common numbers using Python. Could you think of an approach if the input files are very large? What do you think would be the asymptotic complexity of your algorithm?