Round 634 Div3

Revision en1, by ritikagupta8734, 2020-06-13 16:39:15

Most of my DP solutions are not accepted and gives TLE in Python 3. Why is it so? Can anyone suggest some ways to deal with this TLE in the case of DP in Python 3? Here is an example link: https://codeforces.com/contest/1335/submission/83615163 of my Python code which is giving TLE despite the approach being the same as mentioned in Editorial.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ritikagupta8734 2020-06-13 16:39:15 365 Initial revision (published)