master > master: config - fügte Daten aus Aufgabe + nicht trivialen Fall hinzu

This commit is contained in:
RLogik 2021-11-07 08:55:29 +01:00
parent cccc6a14ba
commit 0f1b426f94
1 changed files with 5 additions and 1 deletions

View File

@ -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]