notes > master: protokoll - fügte Images hinzu

This commit is contained in:
RD 2022-06-15 07:42:49 +02:00
parent aa4aaf2fe6
commit d3cf9a26e6
6 changed files with 22 additions and 1 deletions

2
notes/.gitignore vendored
View File

@ -16,6 +16,8 @@
!/notes.tex
!/notes.pdf
!/woche*.pdf
!/img
!/img/embed_*.png
################################################################
# Git Keep

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -4,7 +4,6 @@ Inhaltsverzeichnis
- [Vorlesungswoche 1](./woche1.md)
- [Vorlesungswoche 2](./woche2.md)
<!--
- [Vorlesungswoche 3](./woche3.md)
- [Vorlesungswoche 4](./woche4.md)
- [Vorlesungswoche 5](./woche4.md)
@ -14,6 +13,7 @@ Inhaltsverzeichnis
- [Vorlesungswoche 9](./woche4.md)
- [Vorlesungswoche 10](./woche10.md)
- [Vorlesungswoche 11](./woche11.md)
<!--
- [Vorlesungswoche 12](./woche12.md)
- [Vorlesungswoche 13](./woche13.md)
- [Vorlesungswoche 14](./woche14.md)

19
protocol/woche11.md Normal file
View File

@ -0,0 +1,19 @@
# Vorlesungswoche 11 (13.19. Juni 2022) #
## Agenda ##
- [ ] Rucksackproblem
- Greedyalgorithmus
- Branch & Bound
### Beispielausführungen von B&B - Problem aus Folien ###
![Problem aus Folien](./../notes/img/embed_rucksack_1.png)
### Beispielausführungen von B&B - Problem aus Vorlesung ###
![Problem aus VL](./../notes/img/embed_rucksack_2.png)
### Beispielausführungen von B&B - Problem aus Seminarblatt ###
![Problem aus Seminarblatt](./../notes/img/embed_rucksack_3.png)