generated from cal-cs184/hw-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
75 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
--- | ||
title: Basic Data Structures | ||
title: Homework 2 | ||
--- | ||
|
||
Oct 5 | ||
: [Linked Lists & Encapsulation](#) | ||
: [3.1](#), [2.2](#), [2.3](#) | ||
Task 1 | ||
: [Bezier Curves with 1D de Casteljau Subdivision](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-1-bezier-curves-with-1d-de-casteljau-subdivision) | ||
|
||
Oct 6 | ||
: **Section**{: .label .label-purple }[Linked Lists](#) | ||
: [Solution](#) | ||
Task 2 | ||
: [Bezier Surfaces with Separable 1D de Casteljau](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-2-bezier-surfaces-with-separable-1d-de-casteljau) | ||
|
||
Oct 7 | ||
: [Resizing Arrays](#) | ||
: [2.4](#), [2.5](#) | ||
Task 3 | ||
: [Area-Weighted Vertex Normals](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-3-area-weighted-vertex-normals) | ||
|
||
Oct 8 | ||
: **Lab**{: .label .label-purple } [Resizing Arrays](#) | ||
Task 4 | ||
: [Edge Flip](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-4-edge-flip) | ||
|
||
Oct 9 | ||
: [Runtime Analysis](#) | ||
: [8.1](#), [8.2](#), [8.3](#), [8.4](#) | ||
: **HW 2 due**{: .label .label-red } | ||
Task 5 | ||
: [Edge Split](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-5-edge-split) | ||
|
||
Task 6 | ||
: [Loop Subdivision for Mesh Upsampling](https://cal-cs184-student.github.io/hw-webpages-sp24-noah-ku/homework1/#task-6-loop-subdivision-for-mesh-upsampling) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Homework 1 | ||
--- | ||
|
||
Task 1 | ||
: [Java & Git](#) | ||
: [1.1](#) | ||
|
||
Task 2 | ||
: **Section**{: .label .label-purple }[Intro to Java](#) | ||
: [Solution](#) | ||
|
||
Task 3 | ||
: [Variables & Objects](#) | ||
: [1.2](#), [2.1](#) | ||
|
||
Task 4 | ||
: **Lab**{: .label .label-purple } [Intro to Java](#) | ||
|
||
Task 5 | ||
: [Tracing, IntLists, & Recursion](#) | ||
: [2.1](#) | ||
: **HW 1 due**{: .label .label-red } | ||
|
||
Task 6 | ||
: **Lab**{: .label .label-purple } [Intro to Java](#) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Basic Data Structures | ||
--- | ||
|
||
Oct 5 | ||
: [Linked Lists & Encapsulation](#) | ||
: [3.1](#), [2.2](#), [2.3](#) | ||
|
||
Oct 6 | ||
: **Section**{: .label .label-purple }[Linked Lists](#) | ||
: [Solution](#) | ||
|
||
Oct 7 | ||
: [Resizing Arrays](#) | ||
: [2.4](#), [2.5](#) | ||
|
||
Oct 8 | ||
: **Lab**{: .label .label-purple } [Resizing Arrays](#) | ||
|
||
Oct 9 | ||
: [Runtime Analysis](#) | ||
: [8.1](#), [8.2](#), [8.3](#), [8.4](#) | ||
: **HW 2 due**{: .label .label-red } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters