From ab2473af9e6058a2faa051029bd071abe156b71c Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sun, 24 Oct 2021 23:35:12 +0200 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20config=20-=20Daten=20f?= =?UTF-8?q?=C3=BCr=20freiwilliges=20=C3=9CB2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/config.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/code/config.yml b/code/config.yml index 89bd8a1..3ea28e2 100644 --- a/code/config.yml +++ b/code/config.yml @@ -27,16 +27,39 @@ parts: L: [1, 3, 5, 7, 11, 13, 16, 17, 23, 33, 34, 35] x: 17 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' + description: 'Freiwilliges ÜB2, A6a' inputs: &ref_inputs_ueb2_6a L: [16, 15, 9, 5, 1, 10, 7, 14, 19, 8] i: 2 - command: 'algorithm-search-ith-element-dc' + description: 'Freiwilliges ÜB2, A6a (D&C)' inputs: *ref_inputs_ueb2_6a - command: 'algorithm-search-ith-element' + description: 'Freiwilliges ÜB2, A6b' inputs: &ref_inputs_ueb2_6b <<: *ref_inputs_ueb2_6a i: 5 - command: 'algorithm-search-ith-element-dc' + description: 'Freiwilliges ÜB2, A6b (D&C)' inputs: *ref_inputs_ueb2_6b