Search:

Type: Posts; User: mrdeath9x

Search: Search took 0.07 seconds.

  1. Re: Need help to understanding with Doubly-linked circular Lists

    I'm now working on some classes.
    I will post them here by the tomorrow when I have some more works on it. :)
    Thank you
    Harry
  2. Re: Need help to understanding with Doubly-linked circular Lists

    As my understanding, I have to link the tail of the list to the head. In coding way, however, is it something like:
    Node lastNode = firstNode;
    Additionally, what methods (add, replace, clear,...
  3. Need help to understanding with Doubly-linked circular Lists

    Hello guys!
    I'm now studying about linked lists with singular linear list, double linked list, and circular linked list.
    I want to understand how to combined two type of linked list as the title...
Results 1 to 3 of 3