Compare commits

..

No commits in common. "699a5f6fa44224a640a9cccd987ce3d6cdf54b42" and "e9dad73a05627240324ac1f739f1e9788bceb181" have entirely different histories.

2 changed files with 4 additions and 26 deletions

View File

@ -71,17 +71,3 @@ 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,21 +2,13 @@
## 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
-