master > master: protokoll - woche2

This commit is contained in:
RD 2022-04-14 12:01:44 +02:00
parent b30de02973
commit b6cea5920f
2 changed files with 12 additions and 1 deletions

View File

@ -3,8 +3,8 @@
Inhaltsverzeichnis
- [Vorlesungswoche 1](./woche1.md)
<!--
- [Vorlesungswoche 2](./woche2.md)
<!--
- [Vorlesungswoche 3](./woche3.md)
- [Vorlesungswoche 4](./woche4.md)
- [Vorlesungswoche 5](./woche4.md)

11
protocol/woche2.md Normal file
View File

@ -0,0 +1,11 @@
# Vorlesungswoche 2 (11.17. April 2022) #
## Agenda ##
- [x] Themen:
- topologische Sortierung existiert gdw. Graph azyklisch
- Traversierung: Breiten- vs. Tiefensuche
- Starke zshgd Komponente mittels Tarjan-Algorithmus bestimmen.
- Traversierung
- Ausgaben von `v / in[v] / l[v]`.
- Ausgaben von Komponenten.