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
- Host: GitHub
- URL: https://github.com/fadyat/itmo-mpp
- Owner: fadyat
- Created: 2023-09-14T14:13:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:17:00.000Z (about 2 years ago)
- Last Synced: 2025-04-04T17:47:28.311Z (10 months ago)
- Topics: concurrency, itmo, kotlin
- Language: Kotlin
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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