Search:

Type: Posts; User: Daruga

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,423

    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,423

    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,423

    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,423

    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,423

    Re: need help with bubbe sort

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

    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++){


    ...
  7. Replies
    6
    Views
    1,239

    Re: i need help with java source code

    1688from the question... and how to make the txt output print.. in middle as in the picture
  8. Replies
    6
    Views
    1,239

    Re: i need help with java source code

    import java.util.*;
    import java.io.*;
    import java.text.*;
    public class Beta
    {

    public static void main(String[] args) throws FileNotFoundException
    {
    String Customer, ItemNo,...
  9. Replies
    6
    Views
    1,239

    i need help with java source code

    Scenario

    A local company “Aaron Technology Sdn Bhd” has encounters a problem on providing their customer
    with a proper receipt for the purchase item. This is because all the information is store...
Results 1 to 9 of 10