Are Python deques linked lists?

Just Another Victim of the Ambient Morality ihatespam at hotmail.com
Sun Dec 9 17:43:59 EST 2007


    I'm looking for a linked list implementation.  Something iterable with 
constant time insertion anywhere in the list.  I was wondering if deque() is 
the class to use or if there's something else.  Is there?
    Thank you... 





More information about the Python-list mailing list