DAG

Directed Acyclic Graps are used by the compuer to understand small scale calculations, its basically a Graph
(explain a graph)
(explain directed)
(explain acyclic , no loops)

Uses:

Finding Repeated Work:

Getting rid of unused Code:

Organizing instructions:

Making the instruction final

the picture looks like a tree
Pasted image 20250506001707.png