Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Re: Merge sort not sorting at all despite copying it exact from book.

    I was able to solve the problem.

    Please put thread to sleep. Ha ha!


    System.out.println("Thread can be closed now.");
    Thread.sleep(Infinity);
  2. Merge sort not sorting at all despite copying it exact from book.

    It seems one of my mergesorts isn't sorting at all, not to mention two of my three quicksorts.



    #ifndef _SORTS_H_
    #define _SORTS_H_
    #include <stdlib.h>
    ...
Results 1 to 2 of 2