Compare commits
2 Commits
e9dad73a05
...
699a5f6fa4
Author | SHA1 | Date | |
---|---|---|---|
699a5f6fa4 | |||
aab7844218 |
@ -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
|
||||
|
@ -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 1–3 durchgehen
|
||||
- freiwillige ÜB 1-3
|
||||
|
Loading…
x
Reference in New Issue
Block a user