Search:

Type: Posts; User: chuy525

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    2,071

    Re: cant get LinkedList to compile

    I am having such a hard time getting my Iterator method to work. I know that I must include a class for the iterator and this is what I have so far:

    package data_structures;


    public class...
  2. Replies
    5
    Views
    2,071

    Re: cant get LinkedList to compile

    Thanks for all your help:] I just have one more question. I am nearly done with my LinkedList here it is:

    package data_structures;

    import java.util.Iterator;
    import...
  3. Replies
    5
    Views
    2,071

    cant get LinkedList to compile

    So here is my interface for my LinkedList:

    package data_structures;

    import java.util.Iterator;
    import java.util.NoSuchElementException;

    public interface ListADT<E> extends Iterable<E> {
    ...
  4. Replies
    5
    Views
    1,453

    Re: Beginner pleasee help with java code

    I created to ArrayList[23] in order to store the number of calculator segments required to show for -999 to 999. For example if were checking 8, the number of segments required would be 7 and so we...
  5. Replies
    5
    Views
    1,453

    Re: Beginner pleasee help with java code

    i basically need help on the parts with the "*Here" on it. I think the rest is correct but i really dont know how to count all possible combinations depending on the number they enter for k1, k2, k3
  6. Replies
    5
    Views
    1,453

    Beginner pleasee help with java code

    Restriction the only structure my program is allowed to use for storage, is ArrayLists.
    The link to the problem I'm trying to solve is Powered by Google Docs

    So far what i got is this,(note that...
Results 1 to 6 of 6