LINKED LISTS?

Fredrik Lundh effbot at telia.com
Sat May 13 11:06:54 EDT 2000


Robin Becker <robin at jessikat.demon.co.uk> wrote:
> which is clearly not O(1); arguing that making accesses O(1) is 'the
> right thing to do' will get short shrift from the complexity experts who
> will want to know about the overall usage.

iirc, the ABC interpreter (written by Guido) used "theoretically
ideal" implementations for all built-in datatypes.  the fact that
he went for simplicity in Python might tell us something...

</F>




More information about the Python-list mailing list