summaryrefslogtreecommitdiffstats
path: root/content/zettel/1a4.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1a4.md')
-rw-r--r--content/zettel/1a4.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/zettel/1a4.md b/content/zettel/1a4.md
new file mode 100644
index 0000000..a481db7
--- /dev/null
+++ b/content/zettel/1a4.md
@@ -0,0 +1,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.