Skip to content
Snippets Groups Projects
Commit ef13f513 authored by leo's avatar leo
Browse files

2

parent 69b75b9b
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,12 @@ public class Schulgraph
}
//Methode neu knoten hinzügen und löschen
// Ḿatrix ausgabe und Liste ausgabe
public void knotenAdden(Vertex pVertex){
addVertex(pVertex);
}
public void deleteNode(Vertex pVertex){
removeVertex( pVertex);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment