Merge pull request 'notes > master: protokoll - fügte Images hinzu' (#2) from notes into master
Reviewed-on: #2
This commit is contained in:
commit
51632d10e3
2
notes/.gitignore
vendored
2
notes/.gitignore
vendored
@ -16,6 +16,8 @@
|
||||
!/notes.tex
|
||||
!/notes.pdf
|
||||
!/woche*.pdf
|
||||
!/img
|
||||
!/img/embed_*.png
|
||||
|
||||
################################################################
|
||||
# Git Keep
|
||||
|
BIN
notes/img/embed_rucksack_1.png
Normal file
BIN
notes/img/embed_rucksack_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
notes/img/embed_rucksack_2.png
Normal file
BIN
notes/img/embed_rucksack_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
BIN
notes/img/embed_rucksack_3.png
Normal file
BIN
notes/img/embed_rucksack_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
@ -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
19
protocol/woche11.md
Normal 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)
|
Loading…
Reference in New Issue
Block a user