Search:

Type: Posts; User: vk999

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,926

    Re: Help: OrderedLinkedList

    I'm not very good at putting algorithm to code. Could anyone show an example of how the methods should look like, or closely resemble them?
  2. Replies
    5
    Views
    1,926

    Re: Help: OrderedLinkedList

    Would you mind showing me an example in code?
  3. Replies
    5
    Views
    1,926

    Re: Help: OrderedLinkedList

    It's supposed to add name and phone number from another class. yes, it compiles, but only registers the head and the tail. what is in the middle becomes null for some reason. according to an expert,...
  4. Replies
    5
    Views
    1,926

    Help: OrderedLinkedList

    Here is my class program. It is an ordered linked list and I am having trouble with 1) the add and 2) find methods, as well as 3) how to use the String.compareToIgnoreCase method to put the nodes in...
Results 1 to 4 of 4