mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-25 04:58:24 +01:00
10 lines
530 B
Text
10 lines
530 B
Text
#BlueJ class context
|
|
comment0.target=GraphAlgo_ZyklusBacktracking
|
|
comment0.text=\n\ Dieser\ Algorithmus\ ist\ ein\ Beispiel\ f\u00FCr\ einen\ Backtracking-Algorithmus.\n\ Er\ sucht\ einen\ Zyklus\ im\ Graphen.\n\ Algorithmus\:\ Backtracking\n\n\ @version\ 1.0\ from\ 10.12.2020\n\ @author\ Thomas\ Schaller\n
|
|
comment1.params=
|
|
comment1.target=java.lang.String\ getBezeichnung()
|
|
comment2.params=
|
|
comment2.target=void\ fuehreAlgorithmusAus()
|
|
comment3.params=k
|
|
comment3.target=java.util.List\ backtracking(graph.Knoten)
|
|
numComments=4
|