Ein bisschen testen...

This commit is contained in:
joachimschmidt557 2019-02-14 14:58:03 +01:00
parent ed08dfd060
commit 2b5543b279
2 changed files with 45 additions and 1 deletions

View file

@ -131,7 +131,8 @@ public class Graph<T> {
* @return true, wenn alle Knoten erreichbar sind
*/
public boolean allNodesConnected() {
// TODO: Graph<T>#allNodesConnected()
return false;
}
}