From c2e8fcbdbe0418ccf8853d8e6aaf21b5eb436930 Mon Sep 17 00:00:00 2001 From: Nicholas Klugman <13633349+nicholaskl97@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:59:18 -0400 Subject: [PATCH] Added HW solutions column to README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ac10b66..497c780 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ While not exactly the same as our past [Computational Thinking Class](https://co ## Homeworks at a glance -| Homework | Assigned | Due | Topic | -| ------------------------------------------------------- | -------- | ------ | ------------------------- | -| [HW0](https://mit-c25-fall23.netlify.app/homeworks/hw0) | Sep 7 | Sep 14 | Getting Started | -| [HW1](https://mit-c25-fall23.netlify.app/homeworks/hw1) | Sep 14 | Sep 21 | Automatic Differentiation | -| [HW2](https://mit-c25-fall23.netlify.app/homeworks/hw2) | Sep 21 | Sep 28 | Matrix Calculus | -| [HW3](https://mit-c25-fall23.netlify.app/homeworks/hw3) | Sep 28 | Oct 12 | Julia Types | -| [HW4](https://mit-c25-fall23.netlify.app/homeworks/hw4) | Oct 12 | Oct 19 | Seam Carving | -| [HW5](https://mit-c25-fall23.netlify.app/homeworks/hw5) | Oct 19 | Oct 26 | Performance & Parallelism | +| Homework | Assigned | Due | Topic | Solution | +| ------------------------------------------------------- | -------- | ------ | ------------------------- | -------- | +| [HW0](https://mit-c25-fall23.netlify.app/homeworks/hw0) | Sep 7 | Sep 14 | Getting Started | | +| [HW1](https://mit-c25-fall23.netlify.app/homeworks/hw1) | Sep 14 | Sep 21 | Automatic Differentiation | | +| [HW2](https://mit-c25-fall23.netlify.app/homeworks/hw2) | Sep 21 | Sep 28 | Matrix Calculus | | +| [HW3](https://mit-c25-fall23.netlify.app/homeworks/hw3) | Sep 28 | Oct 12 | Julia Types | | +| [HW4](https://mit-c25-fall23.netlify.app/homeworks/hw4) | Oct 12 | Oct 19 | Seam Carving | | +| [HW5](https://mit-c25-fall23.netlify.app/homeworks/hw5) | Oct 19 | Oct 26 | Performance & Parallelism | | Each student gets to turn in one homework late without justification. Further late turn ins must be justified.