Skip to content

Commit

Permalink
Merge pull request soapyigu#296 from kkj1996/fix_EvaluateDivision.swift
Browse files Browse the repository at this point in the history
fix EvaluateDivision.swift error: wrong answer
  • Loading branch information
soapyigu authored May 11, 2020
2 parents 3ac8b91 + 2ca90af commit dfe2b8a
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 dfe2b8a

Please sign in to comment.