"T MURPHY" <t...@hotmail.com> wrote
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.

Thee are several sites that discuss list structures in Python, but mostly these are of academic interest only.

Do you have a specific need for a doubly linked lists? They are very rarely required in Python because the standard list is sufficiently versatile for most purposes.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to