Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Provide implementations of advanced data structures
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -12% | 0% |
| case-11 | ✓→✓ | = Same ✓ | -18% | 0% |
| case-12 | ✓→✓ | = Same ✓ | -53% | 0% |
Provide implementations and guidance for advanced data structures commonly needed in competitive programming and complex algorithmic problems.
json{ "type": "object", "properties": { "dataStructure": { "type": "string" }, "operations": { "type": "array" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "includeTests": { "type": "boolean", "default": false } }, "required": ["dataStructure"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "complexity": { "type": "object" }, "usage": { "type": "string" }, "applications": { "type": "array" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.