Search:

Type: Posts; User: kkruz

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,388

    Re: Alternating Numbers Of two sequences

    So far these are my changes to the method.




    public String merge (Sequence other)
    {
    for (int i =0; i < other.values.size(); i++)
    { // System.out.println("change");
    ...
  2. Replies
    4
    Views
    1,388

    Re: Alternating Numbers Of two sequences

    The Following is my sequence class. I have two Sequences. I am passing the other sequence into the merge method . I am using modulo and an if statement insert at each even iteration of the elements...
  3. Replies
    4
    Views
    1,388

    Alternating Numbers Of two sequences

    I am trying to alternate the numbers of two Sequences. Right now getting an infinite loop.
    any suggestions? Here is my method.

    public ArrayList<Integer> merge (Sequence other)
    {
    for...
  4. Thread: Hi

    by kkruz
    Replies
    2
    Views
    711

    Hi

    Hello Community noob here.
Results 1 to 4 of 4