diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-16 15:28:03 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-16 15:39:25 +0100 |
| commit | cc5f14193c25200e254e64cc594b15e84da280f9 (patch) | |
| tree | 3659be64d81dc3c0b2b4b36dd70f1d9bb949fcb1 /tests/full/typ/coma.typ | |
| parent | 51efb0f4d69943e290d977673970cd3c8ada306f (diff) | |
Flip test directory structure đ
Move full/lang/library to the top-level as that's more ergonomic to use.
Diffstat (limited to 'tests/full/typ/coma.typ')
| -rw-r--r-- | tests/full/typ/coma.typ | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/full/typ/coma.typ b/tests/full/typ/coma.typ new file mode 100644 index 00000000..b7863fce --- /dev/null +++ b/tests/full/typ/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. |
