mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-24 20:48:26 +01:00
8 lines
534 B
Text
8 lines
534 B
Text
#BlueJ class context
|
|
comment0.target=GraphAlgo_ColoringGreedy
|
|
comment0.text=\n\ Dieser\ Algorithmus\ f\u00E4rbt\ einen\ Graphen,\ so\ dass\ keine\ benachbarten\ Knoten\n\ die\ gleiche\ Farbe\ haben\ und\ m\u00F6glichst\ wenige\ Farben\ benutzt\ werden.\n\ Algorithmus\:\ N\u00E4herungsl\u00F6sung\ mit\ Greedy-Algorithmus\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()
|
|
numComments=3
|