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