From e96ce7fa696a7e6b8e931f3ad1ddcd625ce52267 Mon Sep 17 00:00:00 2001 From: "Md. Tahsin Rahman" Date: Thu, 21 Jun 2018 21:52:23 +0600 Subject: [PATCH] Update README.md https://github.com/jwasham/coding-interview-university/pull/342#issuecomment-396801475 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ef0e0..9f84413 100644 --- a/README.md +++ b/README.md @@ -1026,9 +1026,9 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [ ] [MIT 6.004 L16: Cache Issues (video)](https://www.youtube.com/watch?v=ajgC3-pyGlk&index=25&list=PLrRW1w6CGAcXbMtDFj205vALOGmiRc82-) - ### Processes and Threads - - [ ] Computer Science 162 - Operating Systems (24 videos): + - [ ] Computer Science 162 - Operating Systems (25 videos): - for processes and threads see videos 1-11 - - [Operating Systems and System Programming (video)](https://www.youtube.com/playlist?list=PLRdybCcWDFzCag9A0h1m9QYaujD0xefgM) + - [Operating Systems and System Programming (video)](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iBDyz-ba4yDskqMDY6A1w_c) - [What Is The Difference Between A Process And A Thread?](https://www.quora.com/What-is-the-difference-between-a-process-and-a-thread) - Covers: - Processes, Threads, Concurrency issues