Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build and query suffix arrays and related structures
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -33% | 0% |
Build suffix arrays, suffix trees, and related structures with efficient construction algorithms and common query implementations.
json{ "type": "object", "properties": { "structure": { "type": "string", "enum": ["suffixArray", "lcpArray", "suffixTree", "suffixAutomaton"] }, "algorithm": { "type": "string" }, "queries": { "type": "array" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] } }, "required": ["structure"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "complexity": { "type": "object" }, "queryImplementations": { "type": "array" } }, "required": ["success", "code"] }
Other measured skills in the registry, with their headline benchmark lift.