summaryrefslogtreecommitdiff
path: root/tests/typ/full
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-16 15:28:03 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-16 15:39:25 +0100
commitcc5f14193c25200e254e64cc594b15e84da280f9 (patch)
tree3659be64d81dc3c0b2b4b36dd70f1d9bb949fcb1 /tests/typ/full
parent51efb0f4d69943e290d977673970cd3c8ada306f (diff)
Flip test directory structure 🔃
Move full/lang/library to the top-level as that's more ergonomic to use.
Diffstat (limited to 'tests/typ/full')
-rw-r--r--tests/typ/full/coma.typ25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/typ/full/coma.typ b/tests/typ/full/coma.typ
deleted file mode 100644
index b7863fce..00000000
--- a/tests/typ/full/coma.typ
+++ /dev/null
@@ -1,25 +0,0 @@
-[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.