II.
LibraryProcess JSON
Structured · livelib-process:algorithms-optimization--range-query-optimization
specializations/algorithms-optimization/range-query-optimization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:algorithms-optimization--range-query-optimization",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/algorithms-optimization/range-query-optimization",
"description": "Range Query Problem Optimization - Selecting optimal data structure and approach for range query\nproblems (sparse table for static arrays, sqrt decomposition for moderate updates, segment trees for frequent updates).",
"libraryPath": "library/specializations/algorithms-optimization/range-query-optimization.js",
"specialization": "algorithms-optimization",
"references": [
[
"Range Query Structures Comparison"
]
],
"usesAgents": [
"data-structures-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--range-query-optimization",
"to": "lib-agent:algorithms-optimization--data-structures-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}