qiyuangong / leetcode

Python & JAVA Solutions for Leetcode
MIT License
5.23k stars 1.49k forks source link

002 Add Two Numbers: Remove floating point errors #56

Closed dannysepler closed 2 years ago

dannysepler commented 2 years ago

Fixes #55 -- I also got this error, I think it comes from inherent python floating point issues. This solution works so long as the inputs are integers (which according to the question, they should be)