Skip to content

Commit 587ca90

Browse files
committed
Update readme
1 parent f0ec912 commit 587ca90

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

04_data_structures/README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ Description of the module from the official [csi page](https://bradfieldcs.com/c
88
- [05 Exploring LevelDB](./05_levelDB/)
99
- [06 Exploring Merkle Hash Trees](./06_merkle_hash_trees/)
1010
- [07 Implement an uncompressed Bitmap, and explore compression schemes](./07_roaring_bitmaps/)[]
11-
- [08 Exploring HyperLogLog for estimating set cardinality](./08_hyperLogLog/)
12-
13-
14-
15-
16-
11+
- [08 Exploring HyperLogLog for estimating set cardinality](./08_hyperLogLog/)
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No coding exercise for this class, just reading.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No coding exercise for this class, just reading.

05_operating_systems/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Description of the module from the official [csi page](https://bradfieldcs.com/csi/):
2+
> Learning how best to utilize the systems that sit between our applications and our computer systems, covering topics such as memory virtualization, task scheduling, file systems, and OS-level concurrency primitives.
3+
4+
- [01 Introduction. Understanding primary responsibilities of an operating system](./01_intro/)
5+
- [02 Understanding processes and procces API](./02_programs_and_processes/)
6+
- [03 Process control and signals](./03_process_execution_and_scheduling/)
7+
- [04 Virtual memory](./04_virtual_memory/)
8+
- [05 Exploring various IPC mechanisms](./05_interprocess_comunication/)
9+
- [06 Exploring file systems and FUSE](./06_file_systems/)
10+
- [07 Exploring mechanism behind containers](./07_containers/)

0 commit comments

Comments
 (0)