Search:

Type: Posts; User: rvanbeusichem

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,125

    Quicksort problem, now with clear code

    Hi everybody,

    I have two arrays, A and B. A contains [9,8,7.....,0]. Array B [0,1,2....,9]. Now I want to sort array A so that it goes from 0 to 9 and array B must change in the same way. Note...
  2. Replies
    3
    Views
    1,812

    Hopefully this works.... ...

    Hopefully this works....


    /*================================================= ==================*/
    /* Program 'test' */
    /* */
    /* This program computes the self-diffusion on a lattice square */...
  3. Replies
    3
    Views
    1,812

    MAN!!! First I must find how this tag stuff works

    MAN!!! First I must find how this tag stuff works
  4. Replies
    3
    Views
    1,812

    Quicksort again

    Hi everyone,

    Sorry for not using tags. I was so focussed to put my question on the forum that I didn't read the thread about tags. STUPID :).
    Below again my question.

    Below is the file I'm...
  5. Problems implementing quicksort function

    Below is the file I'm using. The sorting algorithm is from numerical recipes. http://www.library.cornell.edu/nr/bookcpdf/c8-2.pdf

    In the file there are 2 arrays, mol_nr and time. Now I want to...
Results 1 to 5 of 5