[Tutor] Doubly linked list
Emile van Sebille
emile at fenx.com
Thu Sep 30 21:45:16 CEST 2010
On 9/30/2010 6:24 AM T MURPHY said...
> I was having trouble, where on the python site can i find steps on classes and making a doubly linked list, is there a help option for linked lists.
Python itself doesn't provide a doubly linked list so I wouldn't expect
to find support ifo on the python site therefore, but google yields
multiple hits some of which appear to provide working classes providing
doubly linked lists. See for example
http://bytes.com/topic/python/answers/523772-how-implement-linked-list-python
but if you're new to python but not to programming you'll find a lot of
useful info working the tutorial.
HTH,
Emile
More information about the Tutor
mailing list