Skip to content

Commit

Permalink
update 11A
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Mar 14, 2024
1 parent e03befd commit d4a2396
Show file tree
Hide file tree
Showing 18 changed files with 106 additions and 355 deletions.
5 changes: 5 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ parts:
- file: notes/week09/videos
- file: notes/week09/class9A
- file: notes/week09/class9B
title: Week 11 - MHall
sections:
- file: notes/week11/videos
- file: notes/week11/class11A
# - file: notes/week11/class11B
# - file: notes/week08/homework
# - file: notes/week08/lecture
# - file: notes/week08/test
Expand Down
Binary file added files/Lec16_MHall.pdf
Binary file not shown.
11 changes: 0 additions & 11 deletions notes/week09/homework.md

This file was deleted.

13 changes: 0 additions & 13 deletions notes/week09/lab.md

This file was deleted.

52 changes: 0 additions & 52 deletions notes/week09/learninglogs.md

This file was deleted.

16 changes: 0 additions & 16 deletions notes/week09/lecture.md

This file was deleted.

28 changes: 0 additions & 28 deletions notes/week09/readings.md

This file was deleted.

11 changes: 0 additions & 11 deletions notes/week09/test.md

This file was deleted.

36 changes: 36 additions & 0 deletions notes/week11/class11A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Class Meeting 11A

Today we will be working on creating some music (and later linking it back to Graphs)!

<div>
<iframe src="../../Lec16_MHall.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec16_MHall.pdf)

## Important links for today:

- [Markov Chains Demo](http://setosa.io/markov)
- [Markov Chains](https://brilliant.org/wiki/markov-chains/)

<!--
## Optional links for today
-->

## Logistics

1. Clone the Class Activity Repository

You will first need to "accept" the GitHub Classroom assignment to get a copy of the starter code.

You can do that by [clicking here](https://classroom.github.com/a/ShgbwvAQ).

Then, clone the `classActivity11A` repository by running the following line in your Terminal:

```
git clone <your_clone_url>
```

## Acknowledgements

Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.
38 changes: 38 additions & 0 deletions notes/week11/class11B.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Class Meeting 11B

Today we will be continuing our discussion on Graphs...

<div>
<iframe src="../../Lec15_Graph_Exploration.pdf" width="100%" height="600px" frameBorder="0"> </iframe>
</div>

[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec15_Graph_Exploration.pdf)

## Important links for today:

- [Graphs Tutorial](https://www.geeksforgeeks.org/introduction-to-graphs-data-structure-and-algorithm-tutorials/?ref=gcse)

<!--
## Optional links for today
-->

## Logistics

Nothing to clone for today - I think!

<!--
1. Clone the Class Activity Repository
You will first need to "accept" the GitHub Classroom assignment to get a copy of the starter code.
You can do that by [clicking here](https://classroom.github.com/a/9O9S8RgF).
Then, clone the `classActivity09A` repository by running the following line in your Terminal:
```
git clone <your_clone_url>
``` -->

## Acknowledgements

Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.
11 changes: 0 additions & 11 deletions notes/week11/homework.md

This file was deleted.

13 changes: 0 additions & 13 deletions notes/week11/lab.md

This file was deleted.

52 changes: 0 additions & 52 deletions notes/week11/learninglogs.md

This file was deleted.

23 changes: 0 additions & 23 deletions notes/week11/lecture.md

This file was deleted.

34 changes: 0 additions & 34 deletions notes/week11/readings.md

This file was deleted.

11 changes: 0 additions & 11 deletions notes/week11/test.md

This file was deleted.

Loading

0 comments on commit d4a2396

Please sign in to comment.