Skip to content

Commit

Permalink
Week 8
Browse files Browse the repository at this point in the history
Week 8 lectures and pracitcals.
  • Loading branch information
suzanbones committed Oct 2, 2024
1 parent be110b0 commit 79c5628
Show file tree
Hide file tree
Showing 15 changed files with 3,501 additions and 9 deletions.
16 changes: 16 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,22 @@ parts:
- file: solutions/7_basis
- file: solutions/7_extra

- caption: PGM2 Week 1
chapters:
- file: course/week_8
sections:
- file: lectures/8a_list_comprehension
- file: lectures/8b_double_list_comprehension
- file: course/practical_8
sections:
- file: practicals/8_klinkt_goed
- file: course/opgaven_8
sections:
- file: problems/8_instap
- file: problems/8_basis
- file: problems/8_extra


- caption: Oefening
chapters:
- file: extra/practice/pgm1_examen
Expand Down
18 changes: 9 additions & 9 deletions course/opgaven_8.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Week 8
# Opgaven

![Schotel](/images/saucer.png)

| | | Punten | |
|----------------|-------------------------------------------------------------------------------------------------------------------|--------|-----------|
| **Practicum** | [Mandelbrot](/problems/mandelbrot/index)<br>De mandelbrotset en afbeeldingen | 35 | |
| **Leesopgave** | [When Algorithms Discriminate](/readings/algoritmen_discrimineren.md)<br>De mogelijkheden en beperkingen van data | 5 | |
| **Huiswerk** | [PythonBat lussen](/problems/pythonbat_lussen/index)<br>Lussen oefenen met CodingBat | 5 | 6 bonus |
| | [Pi met pijltjes](/problems/pi_pijlen/index)<br>Pi bepalen door middel van simulatie | 30 | |
| | [De rij van Conway](/problems/rij_van_conway/index)<br>Lees en zeg, of lees en huiver | 25 | |
| | [ASCII Art](/problems/ascii_art/index)<br>Creatief met ASCII | 13 | Optioneel |


```{tableofcontents}
```

De basis opgave is een zelftest om te checken of je de stof van deze week hebt begrepen
De opstap opgaven zijn er om je te helpen als je moeite hebt
De extra opgaven zijn er om je uit te dagen.
Loading

0 comments on commit 79c5628

Please sign in to comment.