Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ba3ef3d21 |
@@ -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;
|
||||||
|
|||||||
@@ -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:
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user