-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 changed files
with
55 additions
and
0 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
Binary file not shown.
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,44 @@ | ||
# Class Meeting 14A | ||
|
||
Today we will be working on visualizing literature | ||
|
||
<div> | ||
<iframe src="../../Lec20_LitViz.pdf" width="100%" height="600px" frameBorder="0"> </iframe> | ||
</div> | ||
|
||
[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec20_LitViz.pdf) | ||
|
||
## Important links for today: | ||
|
||
- [Solve a Sudoku puzzle](https://www.sudokuonline.io/kids/numbers-4-4) | ||
- [Mathematics of Sudoku](https://en.wikipedia.org/wiki/Mathematics_of_Sudoku) | ||
|
||
<!-- | ||
## Optional links for today | ||
--> | ||
|
||
## Logistics | ||
|
||
### Installing packages | ||
|
||
You will probably need to install some packages for today's class: | ||
|
||
- `conda install nltk` | ||
|
||
### Cloning a repository | ||
|
||
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/QOTyz_JX). | ||
|
||
Then, clone the `classActivity1XY` 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. |
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,5 @@ | ||
(page_topic14)= | ||
Week 14 Summary | ||
======================= | ||
|
||
This week we will be demoing some cool examples of Graph Applications. |