From 0f1b426f9475ab46761457ba81de1be0f7109b9a Mon Sep 17 00:00:00 2001 From: RLogik Date: Sun, 7 Nov 2021 08:55:29 +0100 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20config=20-=20f=C3=BCgte?= =?UTF-8?q?=20Daten=20aus=20Aufgabe=20+=20nicht=20trivialen=20Fall=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/config.yml b/code/config.yml index 0fbd39c..02a2717 100644 --- a/code/config.yml +++ b/code/config.yml @@ -88,4 +88,8 @@ parts: - command: 'algorithm-stacks-next-greater-element' description: 'Seminarblatt Woche 4, Aufgabe 1' inputs: - L: [4, 2, 1, 100, 6, 3, 16] + L: [4, 6, 3, 16] + - command: 'algorithm-stacks-next-greater-element' + description: 'Seminarblatt Woche 4, Aufgabe 1 mit anderen Daten' + inputs: + L: [20, 10, 10, 2, 1, 5, 30, 3, 16]