Difference between revisions of "Extra Credit"
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
class: | ConcurrentExtraCreditTestSuite.java | |
package: | all.extracredit | |
source folder: | testing/src/test/java |
Parallel Path
Complete all four:
- Merge Sort Parallel Combiner
- Sudoku Unit Constraint Propagation
- Connect Four
- Work-efficient Blelloch Scan
class: | ParallelExtraCreditTestSuite.java | |
package: | all.extracredit | |
source folder: | testing/src/test/java |