mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-25 04:58:24 +01:00
First Commit (Fobi)
This commit is contained in:
commit
2bff291a51
336 changed files with 88781 additions and 0 deletions
10
algorithmen/GraphAlgo_TiefensucheRek.ctxt
Normal file
10
algorithmen/GraphAlgo_TiefensucheRek.ctxt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#BlueJ class context
|
||||
comment0.target=GraphAlgo_TiefensucheRek
|
||||
comment0.text=\n\ Dieser\ Algorithmus\ nummeriert\ alle\ Knoten\ des\ Graphen.\n\ Algorithmus\:\ Tiefensuche\ rekursiv\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\ nr
|
||||
comment3.target=int\ nummeriere(graph.Knoten,\ int)
|
||||
numComments=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue