master > master: code py - fügte tarjan im Hauptzyklus hinzu

This commit is contained in:
RD
2022-06-10 16:05:15 +02:00
parent 3e8b3c157d
commit c0bc69450c
5 changed files with 53 additions and 30 deletions

View File

@@ -42,16 +42,7 @@ components:
properties:
<<: *ref_command_properties
nodes:
anyOf:
- type: array
items:
type: string
- type: array
items:
type: integer
- type: array
items:
type: number
type: array
edges:
type: array
items:
@@ -59,11 +50,6 @@ components:
type: array
minItems: 2
maxItems: 2
items:
anyOf:
- type: integer
- type: number
- type: string
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Command - Algorithm: TSP
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~