+++ title = "Control flow graph" author = "Yann Herklotz" tags = [] categories = [] backlinks = ["1a3"] forwardlinks = [] zettelid = "1a4" +++ A control flow graph is a representation of the control flow in a programming language, where each node corresponds to a possible next edge which the current instruction could lead to.