Search:

Type: Posts; User: Bawnawgwa

Search: Search took 0.08 seconds.

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

    that information is the data that the nodes are holding. Therefore, I must find the right node, THEN find the last data entry of that node. In this case I need to find node 4, then find location of...
  2. Nodes contain array data sets in a linked list. Need help iterating

    TL,DR: observe the nodes just below, that is the data each node in the link list contains. How do I iterate through the entire list to reach the last element (H), so I can add an element right after...
Results 1 to 2 of 2