estimate_runtime
Check algorithm runtime safety by validating loops and node counts against problem constraints to prevent time limit exceedances.
Instructions
Estimate runtime safety by validating loops/nodes against constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | The full text of the problem description. | |
| algorithm | Yes | Name or description of the selected algorithm. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||