Skip to content

Latest commit

 

History

History

fc-queue

FC-based queue

In src/FlatCombiningQueue.kt, implement a concurrent queue via the flat-combining technique, using a sequential queue under the hood. You might be interested in the corresponding academic paper

Write your first and last name in the headers of the files after the @author tag.

To test your solution, please run:

  • ./gradlew test on Linux or MacOS
  • gradlew test on Windows