jaideeppyne / leetcode-problem-solving

Started solving 30 days May challenge on Leetcode. It provides one question daily at 12:30pm IST with 24hours deadline to solve. This challenge occurs monthly.
0 stars 0 forks source link

Segmentation Fault #10

Closed harshraj22 closed 4 years ago

harshraj22 commented 4 years ago

https://github.com/jaideeppyne/leetcode-problem-solving/blob/692fedbf2621bc841d90d2d00a16c2b26f1adfea/MayChallenge/cpp/Remove%20K%20Digits#L33

This answer gives Segmentation Fault on testcase:

"1432219"
3
jaideeppyne commented 4 years ago

Fixed. You can continue now.