An open API service indexing awesome lists of open source software.

https://github.com/fadyat/itmo-mpp

✨ Concurrent programming course
https://github.com/fadyat/itmo-mpp

concurrency itmo kotlin

Last synced: 5 months ago
JSON representation

✨ Concurrent programming course

Awesome Lists containing this project

README

          

> [!NOTE]
> Concurrent programming course. ITMO University, 2023.


├── possible-executions-analysis
├── fine-grained-bank
├── lamport-lock-fail
├── monotonic-clock
├── stack-elimination
├── msqueue
├── faa-queue
├── fc-queue
├── removals-from-the-middle
├── mcs-lock
├── casn
├── dynamic-array
├── hash-table
├── lock-free-bank
├── stm-bank
└── dijkstra