DEV Community

Discussion on: Manipulating Lists in Python 3 for Competitive Programming

 
abdelrahmandeghedy profile image
Abdelrahman AbouDeghedy

Unfortunately, I don't quite remember, but most of the problems I solve have the following properties:

1) Running time = 2 seconds
2) Size of the list = 10e5 or 10e6

Those numbers are approximations, not exact!

I usually use lists with no more than two dimensions

Hope that helps!

Thread Thread
 
joaomcteixeira profile image
João M.C. Teixeira

That helps a lot.

I will let you know if I explore this concept further. I certainly will.
Cheers,

Thread Thread
 
abdelrahmandeghedy profile image
Abdelrahman AbouDeghedy

Glad to hear that

Good luck!