Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Apply advanced DP optimizations automatically
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-10 | ✓→✗ | ▼ Worse | 54% | 0% |
Apply advanced dynamic programming optimizations to improve time and space complexity of DP solutions.
json{ "type": "object", "properties": { "dpCode": { "type": "string" }, "stateDefinition": { "type": "string" }, "transitions": { "type": "string" }, "currentComplexity": { "type": "string" }, "targetComplexity": { "type": "string" }, "optimizationType": { "type": "string", "enum": ["auto", "convexHull", "divideConquer", "knuth", "monotonic", "space"] } }, "required": ["dpCode", "optimizationType"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "optimizedCode": { "type": "string" }, "optimizationApplied": { "type": "string" }, "newComplexity": { "type": "string" }, "explanation": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.