Compare commits

1 Commits

Author SHA1 Message Date
ZM
3ba3ef3d21 I--? 2023-04-25 11:06:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import Liste. *;
*/ */
class GRAPH_MATRIX class GRAPH_MATRIX
{ {
/** Feld mit den Knoten. */
private KNOTEN [] knoten; private KNOTEN [] knoten;
/** Adjazenzmatrix */ /** Adjazenzmatrix */
private int [] [] matrix; private int [] [] matrix;

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
Hallo zusammen! This is the project README file. Here, you should describe your project. Testedit:This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project) Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least: all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------ ------------------------------------------------------------------------