[Tutor] Linked List
Jacob S.
keridee at jayco.net
Sat Mar 5 02:07:49 CET 2005
I'm taking a shot in the dark and answering here.
Have you tried making a copy of the list, iterating over the copy, and
changing the original based on the copy?
Jacob
> Hi,
> Any body has any idea on how to implement a linked
> list in python?
> Ordinary python lists are not quite the same. what i
> need is a list i can traverse through sequentially
> without bothering about the indices, as another
> process is continuously editing this list, by
> inserting and deleting elements even as the list is
> being traversed.
>
> Shitiz
>
>
>
>
> __________________________________
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
More information about the Tutor
mailing list