From c7c825809fb8a866dbfc3a1ffa32e25aac37c2a3 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 13 Oct 2022 16:09:24 +0100 Subject: [PATCH] Adds links for notes. --- os/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/os/README.md b/os/README.md index 48b0aee..924855c 100644 --- a/os/README.md +++ b/os/README.md @@ -1,10 +1,11 @@ ## Notes -| Name | .md | .pdf | Handwritten | MCQs | Worksheet | Worksheet with Answers | -| -------------------------- | --------------------------------------- | ---------------------------------------- | ------------------------------------------- | -------------------------------------- | --------- | ---------------------- | -| Operating Systems - Primer | [1](notes/01-os-primer.md) | [2](notes/01-os-primer.pdf) | [3](notes/01-os-primer-hw.pdf) | [4](notes/01-os-primer-mcqs.pdf) | - | - | -| Thread Synchronisation | [1](notes/03-thread-synchronisation.md) | [2](notes/03-thread-synchronisation.pdf) | [3](notes/03-thread-synchronisation-hw.pdf) | [4](mcqs/03-thread-synchronisation.md) | _ | _ | -| Memory management | [1](notes/04-memory-management.md) | [2](notes/04-memory-management.pdf) | [3](notes/04-memory-management-hw.pdf) | [4](mcqs/04-memory-management.md) | _ | _ | +| Name | .md | .pdf | Handwritten | MCQs | Worksheet | Worksheet with Answers | +| -------------------------- | --------------------------------------- | ---------------------------------------- | ------------------------------------------- | ------------------------------------------ | --------- | ---------------------- | +| Operating Systems - Primer | [1](notes/01-os-primer.md) | [2](notes/01-os-primer.pdf) | [3](notes/01-os-primer-hw.pdf) | [4](notes/01-os-primer-mcqs.pdf) | - | - | +| Round Robin and Threads | [1](notes/02-round-robin-threads.md) | [2](notes/02-round-robin-threads.pdf) | [3](notes/02-round-robin-threads-hw.pdf) | [4](notes/02-round-robin-threads-mcqs.pdf) | - | - | +| Thread Synchronisation | [1](notes/03-thread-synchronisation.md) | [2](notes/03-thread-synchronisation.pdf) | [3](notes/03-thread-synchronisation-hw.pdf) | [4](mcqs/03-thread-synchronisation.md) | _ | _ | +| Memory management | [1](notes/04-memory-management.md) | [2](notes/04-memory-management.pdf) | [3](notes/04-memory-management-hw.pdf) | [4](mcqs/04-memory-management.md) | _ | _ | ## Problem sets 1. [**Print in order**](https://leetcode.com/problems/print-in-order/submissions/)