Compare commits

..

2 Commits

Author SHA1 Message Date
699a5f6fa4 master > master: config - Tutoriumsaufgabe 3 2021-10-29 15:21:08 +02:00
aab7844218 master > master: protokoll - woche3 2021-10-29 15:20:50 +02:00
2 changed files with 26 additions and 4 deletions

View File

@ -71,3 +71,17 @@ parts:
- command: 'algorithm-search-ith-element-dc'
description: 'Freiwilliges ÜB2, A6b (D&C)'
inputs: *ref_inputs_ueb2_6b
# SEMINARBLATT 3
- command: 'algorithm-search-binary'
description: 'Seminarblatt Woche 3, Aufgabe 1'
inputs: &ref_inputs_sem3_1
L: [7, 12, 29, 33, 40, 44, 45, 55, 64, 68, 78, 81, 84, 89, 95, 117, 120, 124, 133, 148, 152, 157, 174, 209, 219, 226, 237, 241, 273, 277, 282]
x: 101
- command: 'algorithm-search-jump'
description: 'Seminarblatt Woche 3, Aufgabe 1'
inputs:
<<: *ref_inputs_sem3_1
m: 5
- command: 'algorithm-search-interpolation'
description: 'Seminarblatt Woche 3, Aufgabe 1'
inputs: *ref_inputs_sem3_1

View File

@ -2,13 +2,21 @@
## Agenda ##
- [ ]
- [ ]
- Gruppe 1:
- Suchalgorithmen
- Pseudocode von seq. Suche, Binärsuche, Interpolationssuche
- Gruppe 2:
- Erinnerung an / Motivation durch Classes + Pointers
- Verkettete Listen
- basic methods/attributes
- Stacks + Queues
- LIFO=FILO vs. FIFO=LILO
## Nächste Woche ##
-
- ab verketteten Listen
### TODOs (Studierende) ###
-
- VL-Inhalte aus Wochen 13 durchgehen
- freiwillige ÜB 1-3