findVertexByWeight() Erster nachbarknoten der besucht wird, ist immer der mit geringstem gewicht implementiert

This commit is contained in:
2021-01-18 15:35:11 +01:00
parent 9b9c6ce867
commit 28ec0827cc
7 changed files with 69 additions and 14 deletions

View File

@@ -133,7 +133,7 @@ public class List<ContentType> {
current = current.getNextNode();
}
}
/**
* Falls die Liste nicht leer ist, wird das erste Objekt der Liste aktuelles
* Objekt. Ist die Liste leer, geschieht nichts.
@@ -342,4 +342,5 @@ public class List<ContentType> {
}
}
}