Skip to content

Commit bf55ff6

Browse files
committed
naslag
1 parent 5929d96 commit bf55ff6

3 files changed

Lines changed: 24 additions & 17 deletions

File tree

_schedules/2 Lente/schedule.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ Module 2:
2828
Calculator*: "/problems/calculator"
2929
Toetsje:
3030
'[icon:journal-code] Variabelen': /exercises/book/variables
31-
Herhaling en naslag:
32-
"[icon:person-video] Section: C": /video/section1
33-
"[icon:person-video] Short: Operators": /shorts/operators
34-
"[icon:person-video] Short: Types": /shorts/types
35-
"[icon:person-video] Short: Variables": /shorts/variables
36-
"[icon:person-video] Short: Functions": /shorts/functions
3731

3832
Module 3:
3933
Opdrachten:
@@ -50,8 +44,6 @@ Module 3:
5044
#---
5145
Cirkel*: /problems/cirkel
5246
Graph*: /problems/graph
53-
Herhaling en naslag:
54-
"[icon:person-video] Short: Conditionals": /shorts/conditionals
5547

5648
#-------- week 2 --------
5749

@@ -71,8 +63,6 @@ Module 4:
7163
Credit*: /problems/credit
7264
Toetsje:
7365
'[icon:journal-code] Control Flow': /exercises/book/control-flow
74-
Herhaling en naslag:
75-
"[icon:person-video] Short: Loops": /shorts/loops
7666

7767
Module 5:
7868
# Loops die iets uitrekenen
@@ -108,10 +98,6 @@ Module 6:
10898
Tideman**: /problems/tideman
10999
Toetsje:
110100
'[icon:journal-code] Strings en Arrays': /exercises/book/arrays
111-
Herhaling en naslag:
112-
"[icon:person-video] Section: Arrays": /video/section2
113-
"[icon:person-video] Short: Arrays": /shorts/arrays
114-
# "[icon:person-video] Short: command-line arguments": /shorts/argv
115101

116102
#-------- week 3 --------
117103

@@ -158,9 +144,6 @@ Module 10:
158144
#---
159145
Wordle*: /problems/wordle
160146
# Design challenge*: /problems/calendar/extra
161-
Herhaling en naslag:
162-
"[icon:person-video] Section: Algorithms": /video/section3
163-
"[icon:person-video] Short: Command Line Arguments": /shorts/cla
164147

165148
#-------- deel 2 van cursus, voor punten --------
166149

course.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ links:
77
'[book] Manual': https://man.cs50.io/
88
# '[droplet] Tentamen': /exams
99
'[braces] Terra IDE': https://ide.proglab.nl/
10+
'[person-video] Naslag': /naslag
1011

1112
acknowledgements:
1213
- Based on CS50 from https://cs50.harvard.edu/x/2023/

naslag/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Naslag
2+
3+
Hier vind je video's die handig kunnen zijn om terug te kijken of juist om nog even te verdiepen.
4+
5+
## Basiselementen
6+
7+
- [Section: C](/video/section1)
8+
- [Short: Operators](/shorts/operators)
9+
- [Short: Types](/shorts/types)
10+
- [Short: Variables](/shorts/variables)
11+
- [Short: Functions](/shorts/functions)
12+
- [Short: Conditionals](/shorts/conditionals)
13+
- [Short: Loops](/shorts/loops)
14+
15+
## Arrays en strings
16+
17+
- [Section: Arrays](/video/section2)
18+
- [Short: Arrays](/shorts/arrays)
19+
- [Short: Command-line arguments](/shorts/argv)
20+
21+
## Algoritmen
22+
23+
- [Section: Algorithms](/video/section3)

0 commit comments

Comments
 (0)