master > master: code go - fügte Fall für stacks algorithmus hinzu

This commit is contained in:
RD 2021-11-05 15:44:21 +01:00
parent 337790f3cd
commit dbdb6a8480
1 changed files with 4 additions and 0 deletions

View File

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