diff --git a/6.006/index.md b/6.006/index.md index aa3b4a5..4ad8710 100644 --- a/6.006/index.md +++ b/6.006/index.md @@ -16,7 +16,8 @@ emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems. -[Course website](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/) +[Course website](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb) ## Lectures 1. [Algorithmic Thinking, Peak Finding]({% link 6.006/lec1.md %}) diff --git a/6.041/index.md b/6.041/index.md index e5638cc..89f9876 100644 --- a/6.041/index.md +++ b/6.041/index.md @@ -8,7 +8,8 @@ has_children: true # MIT 6.041 - Probabilistic Systems Analysis and Applied Probability Taught by Prof. John Tsitsiklis at MIT in Fall, 2010 -[Course Website](https://ocw.mit.edu/courses/6-041-probabilistic-systems-analysis-and-applied-probability-fall-2010/) +[Course Website](https://ocw.mit.edu/courses/6-041-probabilistic-systems-analysis-and-applied-probability-fall-2010/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP60A3XMwZ5sep719_nh95qOe) ## Lectures 1. [2. Conditioning and Bayes' Rule]({% link 6.041/lec2.md %}) \ No newline at end of file diff --git a/6.045J/index.md b/6.045J/index.md index 66ea139..6d0c310 100644 --- a/6.045J/index.md +++ b/6.045J/index.md @@ -23,7 +23,8 @@ computing and the physical limits of computation. Class participation is important, as the class will include discussion and debate about many of these topics. -[Course website](https://ocw.mit.edu/courses/6-045j-automata-computability-and-complexity-spring-2011/) +[Course website](https://ocw.mit.edu/courses/6-045j-automata-computability-and-complexity-spring-2011/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLmUkKyGlHupqtANK5Pmo1gjLlmW1pF1q7) ## Lectures 1. [Introduction]({% link 6.045J/lec1.md %}) diff --git a/6.046/index.md b/6.046/index.md index 808ce77..cdda1cf 100644 --- a/6.046/index.md +++ b/6.046/index.md @@ -13,7 +13,8 @@ This is an intermediate algorithms course with an emphasis on teaching technique analysis of efficient algorithms, emphasizing methods of application. Topics include divide-and-conquer, randomization, dynamic programming, greedy algorithms, incremental improvement, complexity, and cryptography. -[Course Website](https://ocw.mit.edu/courses/6-046j-design-and-analysis-of-algorithms-spring-2015/) +[Course Website](https://ocw.mit.edu/courses/6-046j-design-and-analysis-of-algorithms-spring-2015/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp) ## Lectures 1. [Interval Scheduling]({% link 6.046/lec1.md %}) diff --git a/6.858/index.md b/6.858/index.md index 8ebba05..4a36672 100644 --- a/6.858/index.md +++ b/6.858/index.md @@ -13,6 +13,7 @@ Taught by Prof. Nikolai Zeldovich at MIT in Spring, 2020. [6.858 on OCW](https://ocw.mit.edu/courses/6-858-computer-systems-security-fall-2014/) [2020 course website](https://css.csail.mit.edu/6.858/2020/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLA6Ht2dJt3SKN3z4S6nOvuJtesDXbly7S) ## Lectures 1. [Lecture 1: Introduction]({% link 6.858/lec1.md %}) \ No newline at end of file diff --git a/CMU15445/index.md b/CMU15445/index.md index cbffb1f..bcc571a 100644 --- a/CMU15445/index.md +++ b/CMU15445/index.md @@ -6,7 +6,8 @@ has_children: true --- # CMU 15-445/645 - Database Systems -Taught by Prof. Andy Pavlo in Fall, 2019 +Taught by Prof. Andy Pavlo in Fall, 2019 and Fall, 2023. +The first 7 lectures are from the course taught in Fall, 2019, the rest are from the course taught in Fall, 2023. ## Course Description This course is on the design and implementation of database management systems. @@ -19,7 +20,9 @@ parallel architectures (multi-core, distributed). Case studies on open-source an commercial database systems are used to illustrate these techniques and trade-offs. The course is appropriate for students with lit systems programming skills. -[Course Website](https://15445.courses.cs.cmu.edu/fall2019/) +[Course Website (2019)](https://15445.courses.cs.cmu.edu/fall2019/) +[Course Website (2023)](https://15445.courses.cs.cmu.edu/fall2023/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLSE8ODhjZXjbj8BMuIrRcacnQh20hmY9g) ## Lectures 1. [Introduction & Relational Model]({% link CMU15445/lec1.md %}) diff --git a/CS162/index.md b/CS162/index.md index ef6d930..936353f 100644 --- a/CS162/index.md +++ b/CS162/index.md @@ -9,7 +9,9 @@ has_children: true Taught by Prof. John Kubiatowicz at UC Berkeley in Fall, 2020 [Course Website](https://cs162.org/) -[Fall 2020 Course Website](https://inst.eecs.berkeley.edu/~cs162/fa20/) +[Fall 2020 Course Website](https://inst.eecs.berkeley.edu/~cs162/fa20/) +[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLF2K2xZjNEf97A_uBCwEl61sdxWVP7VWC) + ## Lectures 1. [Lecture 1 - What is an Operating System?]({% link CS162/lec1.md%}) diff --git a/_config.yml b/_config.yml index 269e68f..5227c43 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ url: https://hrushikeshrv.github.io/ocw aux_links: "View on GitHub": https://github.com/hrushikeshrv/ocw +color_scheme: dark enable_copy_code_button: true callouts: @@ -20,13 +21,13 @@ callouts: ga_tracking: G-TGM5F6WJNV nav_external_links: - - title: MIT 6.042J + - title: MIT 6.042J - Mathematics For Computer Science (Google Doc) url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.ol0v6d6j0pp6 opens_in_new_tab: true - - title: MIT 6.046 + - title: MIT 6.046 - Design and Analysis of Algorithms (Google Doc) url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.z9wcm6zhjlt5 opens_in_new_tab: true - - title: MIT 6.004 + - title: MIT 6.004 - Computation Structures (Google Doc) url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.uetcvbt511e3 opens_in_new_tab: true - title: View on GitHub