master > master: protokolle - wochen 14+15
This commit is contained in:
parent
0c61a29375
commit
de4bd64e77
@ -17,6 +17,5 @@ Inhaltsverzeichnis
|
||||
- [Vorlesungswoche 11](./woche11.md)
|
||||
- [Vorlesungswoche 12](./woche12.md)
|
||||
- [Vorlesungswoche 13](./woche13.md)
|
||||
<!--
|
||||
- [Vorlesungswoche 14](./woche14.md)
|
||||
-->
|
||||
- [Vorlesungswoche 15](./woche15.md)
|
||||
|
15
protocol/woche14.md
Normal file
15
protocol/woche14.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Vorlesungswoche 14 (4.–10. Juli 2022) #
|
||||
|
||||
## Agenda ##
|
||||
|
||||
- Wiederholung
|
||||
- Netze/Flüsse: Restgraphen, Push, Relabel.
|
||||
- Gomory-Hu
|
||||
- Branch & Bound: Rucksack, TSP.
|
||||
- Matrixmultkiplikation
|
||||
- Matroiden, Greedy
|
||||
- Genetischer Algorithmus
|
||||
|
||||
### Nächste Woche/n ###
|
||||
|
||||
- Wiederholung zur Klausurvorbereitung
|
23
protocol/woche15.md
Normal file
23
protocol/woche15.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Vorlesungswoche 15 (11.–17. Juli 2022) #
|
||||
|
||||
## Agenda ##
|
||||
|
||||
- Wiederholung
|
||||
- Alle genetischen Algorithmen im Kurs, inkl. letzter VL, Bsp. aus freiwilligen Übungsblättern.
|
||||
- Branch & Bound: Rucksack, TSP.
|
||||
- Dynamisches Programmieren.
|
||||
- Matroiden: Versprecher letzte Woche
|
||||
</br>
|
||||
```
|
||||
Ich sagte:
|
||||
|A| < |B| ==> es gibt x ∈ E s.d. A u {x} ∈ M
|
||||
|
||||
Das ist zwar nicht falsch, aber nicht die ganze Aussage.
|
||||
Es hätte so lauten sollen:
|
||||
|A| < |B| ==> es gibt x ∈ B\A s.d. A u {x} ∈ M
|
||||
```
|
||||
- Pollard-Rho: Die Rolle der Primzahlen und die Funktion `φ(n)`.
|
||||
|
||||
### Nächste Woche/n ###
|
||||
|
||||
- Keine Übung, sondern die Klausur! Viel Erfolg!
|
Loading…
x
Reference in New Issue
Block a user