verwirrender nie ausgeführter log-befehl entfernt
parent
22cdc2144b
commit
d7887f77db
|
|
@ -221,7 +221,6 @@ function bfs(){
|
|||
if(visitedVertex==otherVertex){
|
||||
skip=true;
|
||||
break;
|
||||
console.log("skipping");
|
||||
}
|
||||
}
|
||||
if(!skip&&getResidualEdge(currentSearch[currentSearch.length-1],otherVertex)>0){
|
||||
|
|
|
|||
Loading…
Reference in New Issue