Skip to content

Commit

Permalink
update 8A stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Feb 29, 2024
1 parent a89cac9 commit d979256
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file added files/Lec12_DataStructures.pdf
Binary file not shown.
33 changes: 33 additions & 0 deletions notes/week08/class8A.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,46 @@

Slides will be released before class (sorry!).

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

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

## Important links for today:

- [Guide to python data structures](https://www.geeksforgeeks.org/python-data-structures/)
- [Deque](https://www.geeksforgeeks.org/deque-in-python/)

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

## Logistics

1. Jupyter Lab

For class today, you will need to install JupyterLab because we'll be using an `.ipynb` file to use the `%%timeit` cell-magic.
You can do this by running the following command in the Terminal:

```
conda install -c conda-forge jupyterlab
```

You can then run `jupyter lab` in the Terminal to launch a JupyterLab instance.

### 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/o6D2NVBz).

Then, clone the `classActivity08A` 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.

0 comments on commit d979256

Please sign in to comment.