Concept Flow - Resource allocation graph
Initial: Allocate resources
Add allocation edge: R -> P
Process requests another resource
Add request edge: P -> R'
Check for cycles
System safe
The graph shows allocation (R -> P) and request (P -> R) edges. Cycles indicate circular wait leading to deadlock.