Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 344 Bytes

File metadata and controls

13 lines (12 loc) · 344 Bytes

Concurrent and Distributed Programming

Content

  1. Concurrent/Parallel Merge Sort
  2. Custom Lock Implementation
  3. Thread Management
  4. Semaphore Based File Access
  5. Hospital Simulation
  6. Leader Election
    • Hirschberg-Sinclair (HS) algorithm
    • Leader Competing with Right (LCR) algorithm
  7. NP Peterson Algorithm
  8. Bakery Algorithm