6
k33da
5y

Is there any incident, which made you fall in love with programming but as well as made hate at the same time?

Mine was, when I implemented an algorithm without any prior knowledge and it worked somehow for majority test cases(which made me fall in love), but after test case changed the algorithm failed(Which made me hate myself)...

Comments
  • 2
    Coding competitions where all test cases pass but the last one. Always the last one, always some edge case. Grrr.
  • 2
    @filthyranter I spent 20 minutes of a 90min hackerrank test trying to make the last test case pass.

    Root cause? I needed to modulo 10^9 + 7 the output -_-
Add Comment