Quantcast
Channel: Concurrency – Notebook
Browsing all 3 articles
Browse latest View live

Solution to Senate Bus Problem

This is Java Implementation of the Semaphore based solution for Senate Bus Problem https://github.com/Rajind/SenateBusProblem The Senate Bus Problem (From The Little Book of Semaphores by Allen B....

View Article


Linked List with One Mutex for the Entire Linked List

Implementation of a linked list as a Parallel program (based on Pthreads) with one mutex for the entire linked list https://github.com/Rajind/LinkedLists-in-C Parallel program (based on Pthreads) with...

View Article

Linked List with Read-Write Locks for the Entire Linked List

Implementation of a linked list as a Parallel program (based on Pthreads) with read-write locks for the entire linked list https://github.com/Rajind/LinkedLists-in-C Parallel program (based on...

View Article
Browsing all 3 articles
Browse latest View live