News
Newest
Show
Jobs
Time complexity of operations on Python's built-in types
(docs.python.org)
11 points
by
theanonymousone
3 days ago
2 comments
wodenokoto
16 minutes ago
Why are `min(r)` and `max(r)` for range objects o(n) ?<p>I thought min and max where constants stored in the object. Basically you are just asking for one of the parameters it was created with.
gpugreg
3 minutes ago
[dead]