Search:

Type: Posts; User: Daruga

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,445

    Re: need help with bubbe sort

    ok i try first....then for the bubble sort i change to collection sort..it abit hard for me to implement the bubble sort...

    --- Update ---




    List<Integer> odd = new ArrayList<Integer>();...
  2. Replies
    9
    Views
    1,445

    Re: need help with bubbe sort

    it say: method search ElementLinear in class LinearSearch cannot be applied to given type;

    required:int[], int

    found:java.ulti.list<java.lang.integer>,int

    reason:actual argument...
  3. Replies
    9
    Views
    1,445

    Re: need help with bubbe sort

    i got this error on my binary search and linear search...
    what it meant?...this screenshot2490

    for linear search get number from odd array and binary search form even array...
    need help how to...
  4. Replies
    9
    Views
    1,445

    Re: need help with bubbe sort

    int numList[] = {10,41,21,24,34,15,40,12,32,23,13,25,30,31,22,33,14,35,20,11};
    List<Integer> odd = new ArrayList<Integer>();
    List<Integer> even = new ArrayList<Integer>();


    int...
  5. Replies
    9
    Views
    1,445

    Re: need help with bubbe sort

    i mean how to writing bubble sort algorithm...
  6. Replies
    9
    Views
    1,445

    need help with bubbe sort

    int numbers[] = new int[]{10,41,21,24,34,15,40,12,32,23,13,25,30,31,22,33,14,35,20,11};
    for(int i=0; i < numbers.length; i++){


    ...
Results 1 to 6 of 6