Difference between revisions of "Extra Credit"

From CSE231 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
The extra credit is due by the end of reading days.  Passing the tests is the first step.  All extra credit work must be checked out by Prof. Cosgrove.
 +
 
Choose one of two paths:
 
Choose one of two paths:
  

Revision as of 03:00, 18 April 2019

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

Choose one of two paths:

Concurrent Path

Atomic K-Mer

class: ConcurrentExtraCreditTestSuite.java Junit.png
package: all.extracredit
source folder: testing/src/test/java

Parallel Path

Complete all four:

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