How can I create a linked list in Python?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Wed Jan 17 05:16:35 EST 2007


Marc 'BlackJack' Rintsch:
> Python has a list type without the "s, it's a real list.  Don't confuse
> the *ADT list* with *linked lists* which are just one implementation of
> the ADT list.

Right, I was mostly talking about (single/double) linked lists :-)

Bye,
bearophile




More information about the Python-list mailing list