Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    3,381

    Re: Simple linked list

    I totally agree, its probably the least efficient way to go about it. But its self sustaining and easier (at least for me) to write out and explain :o
  2. Replies
    10
    Views
    3,381

    Re: Simple linked list

    Is your question that you need to figure out the size of the linked list? Search google and you will get tons of code listing how to do this. An alternative way is to use the java.util.LinkedList....
Results 1 to 2 of 2