verwirrender nie ausgeführter log-befehl entfernt

main
Konrad Krauth 2024-11-26 19:08:30 +01:00
parent 22cdc2144b
commit d7887f77db
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ function bfs(){
if(visitedVertex==otherVertex){
skip=true;
break;
console.log("skipping");
}
}
if(!skip&&getResidualEdge(currentSearch[currentSearch.length-1],otherVertex)>0){