All MicroEvals
Write a Python function build_order(tasks) that receives tas...
Create MicroEval
Header image for Write a Python function build_order(tasks) that receives tas...

Write a Python function build_order(tasks) that receives tas...

Prompt

Write a Python function build_order(tasks) that receives tasks and their dependencies and returns a valid execution order. If there is a circular dependency, raise an error.”