From 699a5f6fa44224a640a9cccd987ce3d6cdf54b42 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Fri, 29 Oct 2021 15:21:08 +0200 Subject: [PATCH] master > master: config - Tutoriumsaufgabe 3 --- code/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/config.yml b/code/config.yml index 179ebd3..a9a8fe4 100644 --- a/code/config.yml +++ b/code/config.yml @@ -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