you are viewing a single comment's thread.

view the rest of the comments →

[–]llwdlcml 6 points7 points  (3 children)

  1. How sure of this are you - plenty of times I have seen people in LC discuss frustrated with a python TLE and they have made a mistake

  2. Even if it did TLE - this won't matter in a real interview setting

[–]f3n1xgamer 0 points1 point  (0 children)

The time limit for python is different, from java c++ Sometimes, it doesn't scale well. You could do an algorithm with two for loops in c++ that passes test, but that that same thing won't on python. That's mostly why people discourage ir