summaryrefslogtreecommitdiff
path: root/tests/typ/full
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
commitcfcb36b159e3f65aff8cbdac6b537b40c22507c0 (patch)
tree18e17b3cec5530b67ec596fe13b45423a867eb5f /tests/typ/full
parent272a4c228976466e9fa6cc100ad89f93dc5cc371 (diff)
Move test files into category subfolders 🚚
Diffstat (limited to 'tests/typ/full')
-rw-r--r--tests/typ/full/coma.typ25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/typ/full/coma.typ b/tests/typ/full/coma.typ
new file mode 100644
index 00000000..b7863fce
--- /dev/null
+++ b/tests/typ/full/coma.typ
@@ -0,0 +1,25 @@
+[page width: 450pt, height: 300pt, margins: 1cm]
+
+[box][
+ *Technische UniversitÀt Berlin* \
+ *FakultÀt II, Institut for Mathematik* \
+ Sekretariat MA \
+ Dr. Max Mustermann \
+ Ola Nordmann, John Doe
+]
+[align right | box][*WiSe 2019/2020* \ Woche 3]
+
+[v 6mm]
+
+[align center][
+ #### 3. Übungsblatt Computerorientierte Mathematik II [v 2mm]
+ *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v 2mm]
+ *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.