exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
690 stars 671 forks source link

Update instructions for parallel-letter-frequency (#2713) #2752

Closed yogan closed 6 months ago

yogan commented 6 months ago

See #2713

The exercise docs suggested that the submitted code is automatically tested for the usage of parallelism. This is not the case, so the paragraph rewritten to instead suggest students to check for parallelism themselves.

To help, a few links to resources about concurrency and parallelism in Java are added.


Reviewer Resources:

Track Policies

sanderploegsma commented 6 months ago

Thanks for your contribution @yogan!