Search:

Type: Posts; User: Bawnawgwa

Search: Search took 0.07 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. Thread: gradebook

    by Bawnawgwa
    Replies
    2
    Views
    1,142

    Re: gradebook

    Looks like you need to make a class called GradeBook and inside that class make the calculateGrade() method. it should take in a double as a parameter. Like calculateGrade(double grade){} then you...
  3. 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 3 of 3