II.
LibraryProcess JSON
Structured · livelib-process:algorithms-optimization--two-pointer-sliding-window
specializations/algorithms-optimization/two-pointer-sliding-window json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/algorithms-optimization/two-pointer-sliding-window",
"description": "Two-Pointer and Sliding Window Techniques - Master process for applying two-pointer and sliding window\ntechniques to array and string problems with pattern recognition and optimization.",
"libraryPath": "library/specializations/algorithms-optimization/two-pointer-sliding-window.js",
"specialization": "algorithms-optimization",
"references": [
[
"Two Pointer Technique Patterns"
],
[
"Sliding Window Problems"
]
],
"usesAgents": [
"algorithm-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}