ignore int overflow situation in question 029-Divide-Two-Integers
Closed this issue · 1 comments
Eroica-cpp commented
Hi,
I appreciate your concise and readable code. However, I think you ignored the integer overflow situation in your solution for question 029-Divide-Two-Integers :-)
https://github.com/algorhythms/LeetCode/blob/master/027%20Divide%20Two%20Integers.py
idf commented
Good call!