[Tutor] Doubly linked list

Alan Gauld alan.gauld at btinternet.com
Thu Sep 30 23:42:41 CEST 2010


"T MURPHY" <tvsm at 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/




More information about the Tutor mailing list