JetBrains Internships, Fall 2023

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 MacOS
  • gradlew test on Windows