II.
LibrarySkill JSON
Structured · livelib-skill:algorithms-optimization--advanced-ds-library
advanced-ds-library json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:algorithms-optimization--advanced-ds-library",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "advanced-ds-library",
"description": "Provide implementations of advanced data structures",
"libraryPath": "library/specializations/algorithms-optimization/skills/advanced-ds-library/SKILL.md",
"specialization": "algorithms-optimization",
"contentSummary": "# Advanced Data Structures Library Skill\n\n## Purpose\n\nProvide implementations and guidance for advanced data structures commonly needed in competitive programming and complex algorithmic problems.\n\n## Capabilities\n\n- Treaps, Splay trees, Link-cut trees\n- Persistent data structures\n- Wavelet trees\n- "
},
"outgoingEdges": [
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--advanced-ds-library",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}