Skip to content

Commit

Permalink
fix EvaluateDivision.swift error: wrong answer
Browse files Browse the repository at this point in the history
  • Loading branch information
kkj1996 committed Apr 9, 2020
1 parent 3ac8b91 commit 2ca90af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BFS/EvaluateDivision.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class EvaluateDivision {
qStrs.append(str)
qVals.append(currentVal * val)
}


rest.append(-1.0)
}
rest.append(-1.0)
}
}

0 comments on commit 2ca90af

Please sign in to comment.