[Coco] Basic09 Linked Lists

Aaron manney at gmail.com
Wed May 22 06:37:03 EDT 2019


Hi Wayne,

Thanks for your help.  :)

On Tue, May 21, 2019 at 9:02 PM Wayne Campbell <asa.rand at gmail.com> wrote:

> You are correct. I was thinking static data. Also, after I wrote that I
> realized that you can't traverse backwards, even though you can set a point
> previous to continue from.
>
> Consequently, I would say your code snippet is probably the way to go. I
> haven't seen any other examples of a linked list structure. So, begin with
> that and see where it takes you.
>
> Wayne
>
>
> On Tue, May 21, 2019, 6:56 PM Aaron <manney at gmail.com> wrote:
>
> > Hi Wayne,
> >
> > I didn't think you could use `data` for dynamic values?  Say that you
> have
> > a list of values that you are getting from a file, like a CSV or
> something,
> > that could change the next time you run your program.
> >
> > Thanks.
> >
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>


More information about the Coco mailing list