Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Implement computational geometry algorithms
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -2% | 0% |
Implement computational geometry algorithms for competitive programming and algorithmic problems.
json{ "type": "object", "properties": { "algorithm": { "type": "string" }, "variant": { "type": "string" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "includeVisualization": { "type": "boolean", "default": false } }, "required": ["algorithm"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "complexity": { "type": "object" }, "usage": { "type": "string" } }, "required": ["success", "code"] }
Other measured skills in the registry, with their headline benchmark lift.