analyze_complexity
Analyze the Big-O time complexity of source code through structural analysis. Provide code and language to identify algorithmic efficiency and performance bottlenecks.
Instructions
Estimate the asymptotic (Big-O) time complexity of a code snippet via structural analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| language | No | python3 |