In src/MSQueue.kt, implement the Michael-Scott concurrent queue algorithm.
You might be interested in the original paper.
To test your solution, please run:
./gradlew teston Linux or MacOSgradlew teston Windows
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In src/MSQueue.kt, implement the Michael-Scott concurrent queue algorithm.
You might be interested in the original paper.
To test your solution, please run:
./gradlew test on Linux or MacOSgradlew test on Windows