Search:

Type: Posts; User: Kerr

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,150

    Re: Having trouble with linked list

    I know, but the variable size, which I assume is the one that stores the size of the list, is always increased when something is inserted ;). That, or I am blind, lol. It can be a problem if you want...
  2. Replies
    6
    Views
    2,150

    Re: Having trouble with linked list

    A small note. You increase the size every time something is placed in the list. This means that if you reach 10 and then insert a new item, the size will be 11. Then 12. Then 13. So it will not tell...
Results 1 to 2 of 2