Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 562 Bytes

Concurrency

This repository consists of multithreaded applications implemented in Linux kernel. Threads are implemented to execute different instructions at the same time to improve performance.

Overview

The PDF file consists of the problem statements and corresponding folders consist of my solutions to these problems. Each folder consists of its own README file which explains my code.

Instructions to run the solutions

  1. Clone the repo and go to the respective folder
  2. Instructions to run the respective file is mentioned in their README file