master > master: code py - asset für testfälle aufgeräumt
This commit is contained in:
parent
670fd1b73e
commit
99a194dfc8
@ -1,4 +1,13 @@
|
||||
## Beispiele für Seminarwoche 2 (Blatt 1)
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# NOTE:
|
||||
# Diese Datei enthält Angaben für konkrete Fälle
|
||||
# für die zu demonstrierenden Algorithmen.
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Beispiele für Seminarwoche 2 (Blatt 1)
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- name: TARJAN
|
||||
nodes: [a,b,c]
|
||||
edges: [[a, c], [c, a], [b, c]]
|
||||
@ -20,7 +29,11 @@
|
||||
[7, 8],
|
||||
[8, 6],
|
||||
]
|
||||
## Beispiele für Seminarwoche 9 (Blatt 8)
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Beispiele für Seminarwoche 9 (Blatt 8)
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- name: TSP
|
||||
dist: &ref_dist [
|
||||
[0, 7, 4, 3],
|
||||
@ -32,7 +45,11 @@
|
||||
- name: TSP
|
||||
dist: *ref_dist
|
||||
optimise: MAX
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Beispiele für Seminarwoche 10 (Blatt 9)
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- name: HIRSCHBERG
|
||||
word1: 'happily ever after'
|
||||
word2: 'apples'
|
||||
|
Loading…
x
Reference in New Issue
Block a user