master > master: config - Daten für freiwilliges ÜB2.
This commit is contained in:
parent
81160e7e54
commit
ab2473af9e
@ -27,16 +27,39 @@ parts:
|
|||||||
L: [1, 3, 5, 7, 11, 13, 16, 17, 23, 33, 34, 35]
|
L: [1, 3, 5, 7, 11, 13, 16, 17, 23, 33, 34, 35]
|
||||||
x: 17
|
x: 17
|
||||||
m: 3
|
m: 3
|
||||||
## Aus freiwilligem ÜB 2:
|
- command: 'algorithm-search-jump-exp'
|
||||||
|
inputs:
|
||||||
|
L: [1, 3, 5, 7, 11, 13, 16, 17, 23, 33, 34, 35]
|
||||||
|
x: 17
|
||||||
|
m: 3
|
||||||
|
## Freiwilliges ÜB 2, Aufgabe 5
|
||||||
|
- command: 'algorithm-search-binary'
|
||||||
|
description: 'Freiwilliges ÜB2, A5a'
|
||||||
|
inputs: &ref_inputs_ueb2_5
|
||||||
|
L: [4, 11, 22, 23, 25, 27, 29, 36, 41, 52, 64, 76, 82, 86, 94, 96, 102, 117, 123, 147, 188, 211, 216, 222, 224, 226, 233, 239, 255, 263, 277, 289]
|
||||||
|
x: 117
|
||||||
|
- command: 'algorithm-search-jump'
|
||||||
|
description: 'Freiwilliges ÜB2, A5b'
|
||||||
|
inputs:
|
||||||
|
<<: *ref_inputs_ueb2_5
|
||||||
|
m: 5
|
||||||
|
- command: 'algorithm-search-interpolation'
|
||||||
|
description: 'Freiwilliges ÜB2, A5c'
|
||||||
|
inputs: *ref_inputs_ueb2_5
|
||||||
|
## Freiwilliges ÜB 2, Aufgabe 6
|
||||||
- command: 'algorithm-search-ith-element'
|
- command: 'algorithm-search-ith-element'
|
||||||
|
description: 'Freiwilliges ÜB2, A6a'
|
||||||
inputs: &ref_inputs_ueb2_6a
|
inputs: &ref_inputs_ueb2_6a
|
||||||
L: [16, 15, 9, 5, 1, 10, 7, 14, 19, 8]
|
L: [16, 15, 9, 5, 1, 10, 7, 14, 19, 8]
|
||||||
i: 2
|
i: 2
|
||||||
- command: 'algorithm-search-ith-element-dc'
|
- command: 'algorithm-search-ith-element-dc'
|
||||||
|
description: 'Freiwilliges ÜB2, A6a (D&C)'
|
||||||
inputs: *ref_inputs_ueb2_6a
|
inputs: *ref_inputs_ueb2_6a
|
||||||
- command: 'algorithm-search-ith-element'
|
- command: 'algorithm-search-ith-element'
|
||||||
|
description: 'Freiwilliges ÜB2, A6b'
|
||||||
inputs: &ref_inputs_ueb2_6b
|
inputs: &ref_inputs_ueb2_6b
|
||||||
<<: *ref_inputs_ueb2_6a
|
<<: *ref_inputs_ueb2_6a
|
||||||
i: 5
|
i: 5
|
||||||
- command: 'algorithm-search-ith-element-dc'
|
- command: 'algorithm-search-ith-element-dc'
|
||||||
|
description: 'Freiwilliges ÜB2, A6b (D&C)'
|
||||||
inputs: *ref_inputs_ueb2_6b
|
inputs: *ref_inputs_ueb2_6b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user