Description: To achieve a quick sort, heap sort and merge sort function, and the key to calculate the number of comparisons, which can observe and analyze the pros and cons of three classical sorting algorithm
To Search:
File list (Check if you may need any files):
CS610 program 1
...............\.classpath
...............\.project
...............\.settings
...............\.........\org.eclipse.jdt.core.prefs
...............\bin
...............\...\COMPARE.class
...............\...\Heapsort.class
...............\...\Main.class
...............\...\Mergesort.class
...............\...\Quicksort.class
...............\src
...............\...\COMPARE.java
...............\...\Heapsort.java
...............\...\Main.java
...............\...\Mergesort.java
...............\...\Quicksort.java