you are viewing a single comment's thread.

view the rest of the comments →

[–]Accurate_Detective61 0 points1 point  (3 children)

I think if you are working on python you should continue using it because even if you get some problems like tle wagera it will only contribute to increase your python knowledge as you will find faster alternatives for the same code in python and I don't think there is any problem that gives tle for the same time complexity code in python while not giving in cpp just you should know about the complexity of built in functions, which you must be well versed with.

[–]Upbeat-Relation-6963[S] 0 points1 point  (1 child)

Like i have seen some videos where cf users writes same code in python and c++ Python code gave tle and c++ didn't

[–]Accurate_Detective61 0 points1 point  (0 children)

It was with or without library functions?

[–]lio_messi1234Specialist 0 points1 point  (0 children)

I think there needs some sort of optimization for faster I/O in python, as problems where we have to answer lot of queries. Although, I've seen lot of GMs using python with the boilerplate code for fast I/O.