Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,439

    Re: need help with bubbe sort

    That means the method requires int[], but was given List<Integer>
    An array of int is not the same thing as a List of Integer
    In the code even and odd are both variables of type List<Integer>....
  2. Replies
    9
    Views
    1,439

    Re: need help with bubbe sort

    Please copy paste the full text of any error messages to the forum and not as a screenshot or attachment
  3. Replies
    9
    Views
    1,439

    Re: need help with bubbe sort

    Write out the steps necessary to implement the sort, then translate that to syntax. If you get stuck, post your list of steps and code here with your question. We do not provide answers in code on...
Results 1 to 3 of 3