1
0
mirror of https://github.com/robindhole/fundamentals.git synced 2025-03-16 19:10:10 +00:00

16 lines
1.4 KiB
Markdown
Raw Normal View History

2022-08-24 15:23:53 +01:00
## Notes
<!-- Table with .md and .pdf links -->
2022-08-26 15:42:12 +01:00
| 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) | _ | _ |
| 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) | _ | _ |
2022-08-24 15:23:53 +01:00
## 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.