master > master: code py - models + config implementiert
This commit is contained in:
33
code/python/assets/commands.yaml
Normal file
33
code/python/assets/commands.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
## Beispiel für Seminarwoche 9 (Blatt 8)
|
||||
- name: TSP
|
||||
dist:
|
||||
- [0, 7, 4, 3]
|
||||
- [7, 0, 5, 6]
|
||||
- [2, 5, 0, 5]
|
||||
- [2, 7, 4, 0]
|
||||
optimise: MIN
|
||||
verbose: true
|
||||
## Beispiele für Seminarwoche 10 (Blatt 9)
|
||||
- &command_hirschberg
|
||||
name: HIRSCHBERG
|
||||
once: true
|
||||
verbose:
|
||||
- COSTS
|
||||
- MOVES
|
||||
# show:
|
||||
# # - ATOMS
|
||||
# - TREE
|
||||
word1: 'happily ever after'
|
||||
word2: 'apples'
|
||||
- <<: *command_hirschberg
|
||||
word1: 'ANSTRENGEN'
|
||||
word2: 'ANSPANNEN'
|
||||
- <<: *command_hirschberg
|
||||
word1: 'ACGAAG'
|
||||
word2: 'AGAT'
|
||||
- <<: *command_hirschberg
|
||||
word1: 'happily ever, lol'
|
||||
word2: 'apple'
|
||||
- <<: *command_hirschberg
|
||||
word1: 'happily'
|
||||
word2: 'applses'
|
||||
8
code/python/assets/config.yaml
Normal file
8
code/python/assets/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
info:
|
||||
author: Raj Dahya
|
||||
title: Algorithmen und Datenstrukturen 2
|
||||
description: |-
|
||||
Ein Code-Projekt, das Algorithmen und Datenstrukturen aus dem Kurs
|
||||
ADS2 an der Universität Leipzig (Sommersemester 2022)
|
||||
implementiert.
|
||||
options: {}
|
||||
Reference in New Issue
Block a user