Extra Credit

From CSE231 Wiki
Revision as of 12:42, 23 April 2020 by Cosgroved (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The extra credit is due by the end of classes. Passing the tests is the first step. All extra credit work must be checked out by Prof. Cosgrove.


Complete all four:

  1. Merge Sort Parallel Combiner
  2. Sudoku Extra Constraint Propagation
    1. Unit Constraint Propagation
    2. Naked Twins Propagation
  3. Connect Four
  4. Work-efficient Blelloch Scan
class: ParallelExtraCreditTestSuite.java Junit.png
package: all.extracredit
source folder: testing/src/test/java