Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Using conditions for completion count | Code Completion | We will divide the work of computing the maximum of all values in an array over multiple threads. Each thread... | CodeCheck | Concurrency |
| 2 | Synchronizing multiple summation threads | Code Completion | We will divide the work of computing the sum of all values in an array over multiple threads. Each thread... | CodeCheck | Concurrency |
| 3 | Liftoff threads | Code Completion | We want to simulate multiple rocket launches by ACME Rocket Inc. Each launch has a countdown, like this | CodeCheck | Concurrency |
| 4 | Launching multiple summation threads and using yield | Code Completion | We will divide the work of computing the sum of all values in an array over multiple threads. Each thread... | CodeCheck | Concurrency |
| 5 | A slow sorting algorithm with two threads | Code Completion | Consider the following algorithm to sort an array of strings and remove duplicates, using two threads. | CodeCheck | Concurrency |