Ein bisschen testen...
This commit is contained in:
parent
ed08dfd060
commit
2b5543b279
2 changed files with 45 additions and 1 deletions
|
|
@ -131,7 +131,8 @@ public class Graph<T> {
|
|||
* @return true, wenn alle Knoten erreichbar sind
|
||||
*/
|
||||
public boolean allNodesConnected() {
|
||||
// TODO: Graph<T>#allNodesConnected()
|
||||
|
||||
return false;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue