1
0
forked from burkart/GUI
This commit is contained in:
2023-04-25 11:06:38 +02:00
parent 95f98e3f4c
commit 3ba3ef3d21

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;