II.
LibraryProcess JSON
Structured · livelib-process:algorithms-optimization--greedy-algorithm-design
specializations/algorithms-optimization/greedy-algorithm-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:algorithms-optimization--greedy-algorithm-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/algorithms-optimization/greedy-algorithm-design",
"description": "Greedy Algorithm Design and Proof - Process for designing greedy algorithms, proving correctness\nusing exchange argument or greedy stays ahead, and implementing efficient solutions.",
"libraryPath": "library/specializations/algorithms-optimization/greedy-algorithm-design.js",
"specialization": "algorithms-optimization",
"references": [
[
"Greedy Algorithm Design Techniques"
],
[
"CLRS Greedy Algorithms Chapter"
]
],
"usesAgents": [
"algorithm-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}