True lists in python?

Dmitry Groshev lambdadmitry at gmail.com
Sun Dec 19 01:18:07 EST 2010


Is there any way to use a true lists (with O(c) insertion/deletion and
O(n) search) in python? For example, to make things like reversing
part of the list with a constant time.



More information about the Python-list mailing list