analyze_complexity
Calculate time and space complexity of code from problem description. Verify algorithmic efficiency and ensure optimal performance.
Instructions
Rigorously calculate time and space complexity of code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | User submitted code. | |
| problem | Yes | The full text of the problem description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||