From 4c534134bb20a744c6502cba4bbe5c4fa36f6828 Mon Sep 17 00:00:00 2001
From: Tanmay <tanmaykacker40@gmail.com>
Date: Wed, 24 Aug 2022 15:23:53 +0100
Subject: [PATCH] Adds readme.

---
 os/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 os/README.md

diff --git a/os/README.md b/os/README.md
new file mode 100644
index 0000000..34a718e
--- /dev/null
+++ b/os/README.md
@@ -0,0 +1,14 @@
+## Notes
+<!-- Table with .md and .pdf links -->
+| Name                         | .md                                    | .pdf                                    | Handwritten                                | MCQs                                  | Worksheet | Worksheet with Answers |
+| ---------------------------- | -------------------------------------- | --------------------------------------- | ------------------------------------------ | ------------------------------------- | --------- | ---------------------- |
+| 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) | _ | _ |
+
+## Problem sets
+1. [**Print in order**](https://leetcode.com/problems/print-in-order/submissions/)
+2. [Dining philosopher's problem](https://leetcode.com/problems/the-dining-philosophers/)
+3. [Print Zero even odd](https://leetcode.com/problems/print-zero-even-odd/)
+4. [Foo Bar](https://leetcode.com/problems/print-foobar-alternately/)
+5. [Traffic Light](https://leetcode.com/problems/traffic-light-controlled-intersection/)
+
+Bold problems were solved during the session.