Adds links for notes.

This commit is contained in:
Tanmay 2022-10-13 16:09:24 +01:00
parent 187a4059b9
commit c7c825809f

View File

@ -1,10 +1,11 @@
## Notes ## Notes
<!-- Table with .md and .pdf links --> <!-- Table with .md and .pdf links -->
| Name | .md | .pdf | Handwritten | MCQs | Worksheet | Worksheet with Answers | | 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) | - | - | | 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) | _ | _ | | 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) | - | - |
| 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) | _ | _ | | 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 ## Problem sets
1. [**Print in order**](https://leetcode.com/problems/print-in-order/submissions/) 1. [**Print in order**](https://leetcode.com/problems/print-in-order/submissions/)