summaryrefslogtreecommitdiffstats
path: root/content/zettel/1a4.md
blob: a481db79983aeb286a47531e4500bce21bd4b793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
+++
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.