Anthropic interview question

How do you parallelize this task?

Interview Answer

Anonymous

6 Dec 2022

Implemented it in Python with threads.

3