master > master: code - suchalgorithmus für poison-Aufgabe

This commit is contained in:
RD
2021-10-26 13:39:58 +02:00
parent ecbf274be6
commit 01f69adcfb
5 changed files with 174 additions and 0 deletions

View File

@@ -32,6 +32,16 @@ parts:
L: [1, 3, 5, 7, 11, 13, 16, 17, 23, 33, 34, 35]
x: 17
m: 3
## Freiwilliges ÜB 2, Aufgabe 4, Beispiel
- command: 'algorithm-search-poison'
description: 'Freiwilliges ÜB2, A4, Beispiel'
inputs: &ref_inputs_ueb2_4
L: [ false, false, false, false, false, false, false, false, true, false, false, false, false, false ]
# L: [ false, false, false, false, false, false, false, false, true, false, false, false, true, false ]
# L: [ false, false, false, false, false, false, false, false, false, false, false, false, false, false ]
- command: 'algorithm-search-poison-fast'
description: 'Freiwilliges ÜB2, A4, Beispiel'
inputs: *ref_inputs_ueb2_4
## Freiwilliges ÜB 2, Aufgabe 5
- command: 'algorithm-search-binary'
description: 'Freiwilliges ÜB2, A5a'