Search:

Type: Posts; User: herbisey

Search: Search took 0.11 seconds.

  1. Thread: array sorting

    by herbisey
    Replies
    2
    Views
    1,790

    Re: array sorting

    thank you for your answer. I corrected the code, now I'm happy :)
  2. Thread: array sorting

    by herbisey
    Replies
    2
    Views
    1,790

    array sorting

    i know there are lots of codes about this but i tried to write my own.

    what is wrong with that?



    public static void sortingArrays( int[] a){

    int k = 0;
    int index...
Results 1 to 2 of 2