From dbdb6a84806285ee33fef34fc9acb5594be9e9f6 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Fri, 5 Nov 2021 15:44:21 +0100 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20code=20go=20-=20f=C3=BCg?= =?UTF-8?q?te=20Fall=20f=C3=BCr=20stacks=20algorithmus=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/config.yml b/code/config.yml index 7af97e9..0fbd39c 100644 --- a/code/config.yml +++ b/code/config.yml @@ -85,3 +85,7 @@ parts: - command: 'algorithm-search-interpolation' description: 'Seminarblatt Woche 3, Aufgabe 1' inputs: *ref_inputs_sem3_1 + - command: 'algorithm-stacks-next-greater-element' + description: 'Seminarblatt Woche 4, Aufgabe 1' + inputs: + L: [4, 2, 1, 100, 6, 3, 16]