mcp_analyze_complexity
Analyze code snippets to estimate Big-O complexity and identify performance bottlenecks with optional detailed breakdowns for optimization.
Instructions
Estimate Big-O complexity with optional detail.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code snippet to analyze | |
| language | No | Programming language (optional) | |
| detailed | No | Include detailed breakdown (default: false) |