Search:

Type: Posts; User: Jack Hammer

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,576

    Thanks for the insight to Big-Oh: Do you have any...

    Thanks for the insight to Big-Oh: Do you have any idea what is wrong with my script, it just seems to outpute the same array in the same order after 'sort'. Cannot work out why...
  2. Replies
    3
    Views
    2,576

    Merge Sort (Array)

    Cannot see what is wrong with my code: Currently trying to sort an array using merge sort.



    #include <iostream>

    #define SIZE 4

    void mergeSort(float arraySorted[], float arrayTemp[], int...
Results 1 to 2 of 2