Hi, I would like to be able to edit the Python wiki. My username is
"AndrewBadr".
My goal is to edit the TimeComplexity page to add the running time of `len`
on a `deque`.
I might have to read the source to do this, so if you know off-hand, you
can save me the effort :)
Andrew
___
On Tue, 10 Jan 2023 at 09:51, Andrew Badr wrote:
>
> Hi, I would like to be able to edit the Python wiki. My username is
> "AndrewBadr".
>
> My goal is to edit the TimeComplexity page to add the running time of `len`
> on a `deque`.
> I might have to read the source to do this, so if you know of