Graph-structured stack
Appearance
In computer science, a graph-structured stack is a directed acyclic graph where each directed path is a stack.
In the diagram, there are four stacks: {7,3,1,0}, {7,4,1,0}, {7,5,2,0}, and {8,6,2,0}.
In computer science, a graph-structured stack is a directed acyclic graph where each directed path is a stack.
In the diagram, there are four stacks: {7,3,1,0}, {7,4,1,0}, {7,5,2,0}, and {8,6,2,0}.