soulmachine / leetcode

LeetCode题解,151道题完整版。
BSD 3-Clause "New" or "Revised" License
11.27k stars 3.43k forks source link

String to Integer don't take care of '+-1' case #32

Open advancedxy opened 9 years ago

advancedxy commented 9 years ago

Hi, Your solution don't take care this case: '+-1'. I am working on python solutions. I will submit a pr for this after I finish my work(weeks later). This is a reminder. Or you can take care of it yourself.

soulmachine commented 9 years ago

Please continue and send me a PR, thanks :)