Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Re: Nodes contain array data sets in a linked list. Need help iterating

    Ahh, each data package is an E[] array. The answer to your question is:

    The last node is the tail's prev (as you already said).
    Then iterate the node's data package just as you would any array...
  2. Re: Nodes contain array data sets in a linked list. Need help iterating

    I really don't understand your description of the nodes. Each node contains a pointer to the previous node, a pointer to the next node, and data. With that, what is this:

    node4 = {null, F, null,...
Results 1 to 2 of 2