summaryrefslogtreecommitdiff
path: root/tests/layouting/coma.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-07 14:42:25 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-07 14:42:25 +0100
commitf364395e1d774456500ea61bb7b931f48a62ddfa (patch)
treeb4d66bd44c619d8ff93f36686c91752910fa4768 /tests/layouting/coma.typ
parent1099330988da78c82c6e155fab88d81fb2f1d4c0 (diff)
Create parsing test harness ⚡
Diffstat (limited to 'tests/layouting/coma.typ')
-rw-r--r--tests/layouting/coma.typ26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/layouting/coma.typ b/tests/layouting/coma.typ
new file mode 100644
index 00000000..d0a02b74
--- /dev/null
+++ b/tests/layouting/coma.typ
@@ -0,0 +1,26 @@
+[page.size: width=450pt, height=300pt]
+[page.margins: 1cm]
+
+[box][
+ *Technical University Berlin* [n]
+ *Faculty II, Institute for Mathematics* [n]
+ Secretary Example [n]
+ Prof. Dr. Example [n]
+ Assistant #1, Assistant #2, Assistant #3
+]
+[align: right][*WiSe 2019/2020* [n] Week 1]
+
+[v: 6mm]
+
+[align: center][
+ *3. Ubungsblatt Computerorientierte Mathematik II* [v: 0.3mm]
+ *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v: 0.3mm]
+ *Alle Antworten sind zu beweisen.*
+]
+
+*1. Aufgabe* [align: right][(1 + 1 + 2 Punkte)]
+
+Ein _Binärbaum_ ist ein Wurzelbaum, in dem jeder Knoten ≤ 2 Kinder hat.
+Die Tiefe eines Knotens _v_ ist die Länge des eindeutigen Weges von der Wurzel
+zu _v_, und die Höhe von _v_ ist die Länge eines längsten (absteigenden) Weges
+von _v_ zu einem Blatt. Die Höhe des Baumes ist die Höhe der Wurzel.