Author | Message |
---|---|
vsluong4
Posts: 87
|
Posted 21:18 Nov 06, 2014 |
Cheating Some of you submitted copied code. You will not receive credit for this unless you meet with us and demonstrate understanding of the code. Scoring We were very lenient grading the code this time around. If your code sorts successfully and implements a bottom-up merge sort, you were given almost full credit of 4/5. A proper analysis of the running time was worth 1/5 points. Solutions Attached is an example of a functioning BUMS (IterativeMergeSort.java). Testing your sort used the below JUnitTest (also attached)
Attached is also a version of iterative merge sort that follows the guidelines of the assignment strictly (named BUMS.java) Last edited by vsluong4 at
12:25 Nov 08, 2014.
|