Anthropic Interview Question

How do you parallelize this task?

Interview Answer

Anonymous

Dec 6, 2022

Implemented it in Python with threads.

3