Skip to content

Commit fdaa0d8

Browse files
committed
schedule copy
1 parent cb7fec9 commit fdaa0d8

1 file changed

Lines changed: 151 additions & 76 deletions

File tree

_schedules/1 Herfst/schedule.yml

Lines changed: 151 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -4,100 +4,173 @@ Welkom:
44
#-------- deel 1 van cursus, leidend naar tentamen --------
55

66
Module 1:
7-
"Videocollege: Computational Thinking": /lectures/computational-thinking
7+
# "Videocollege: Computational Thinking": /lectures/computational-thinking
88
Scratch: /problems/scratch
99

1010
Module 2:
11-
Installatie: /extra/installatie
12-
13-
Module 3:
14-
"Videocollege: C": /lectures/c
15-
Hello, you!: /problems/hello
16-
Functies: /problems/functions
17-
# Maths: /problems/maths
18-
Binary: /problems/binary
19-
Byte*: /problems/byte
20-
Huiswerk:
11+
Voorbereiding:
12+
"Videocollege: C": /video/lecture1
13+
Terra IDE: /extra/terra
14+
Opdrachten:
15+
Hello, you!: /problems/hello
16+
Functies: /problems/functions
17+
Binary: /problems/binary
18+
#---
19+
Byte*: /problems/byte
20+
Acid Test*: /problems/acid
21+
Orakel*: /problems/orakel
22+
Rechthoeken*: /problems/rechthoeken
23+
Coupons*: /problems/coupons
24+
#---
25+
Calculator*: "/problems/calculator"
26+
Toetsje:
2127
Variabelen [boek]: /exercises/book/variables
22-
Naslag:
28+
Herhaling en naslag:
29+
"Section: C": /video/section1
2330
"Short: Operators": /shorts/operators
2431
"Short: Types": /shorts/types
2532
"Short: Variables": /shorts/variables
2633
"Short: Functions": /shorts/functions
2734

28-
Module 4:
29-
"Short: Conditionals": /shorts/conditionals
30-
Acid Test: /problems/acid
31-
Orakel: /problems/orakel
32-
Rechthoeken: /problems/rechthoeken
33-
Coupons: /problems/coupons
35+
Module 3:
36+
Opdrachten:
37+
Acid Test: /problems/acid
38+
Orakel: /problems/orakel
39+
Rechthoeken: /problems/rechthoeken
40+
Coupons: /problems/coupons
41+
#---
42+
Calculator*: "/problems/calculator"
43+
Repeat*: /problems/repeat
44+
Mario*: /problems/mario
45+
Mario, Part Deux*: /problems/mario-deux
46+
Driehoek*: /problems/driehoek
47+
#---
48+
Cirkel*: /problems/cirkel
49+
Graph*: /problems/graph
50+
Herhaling en naslag:
51+
"Short: Conditionals": /shorts/conditionals
52+
53+
#-------- week 2 --------
3454

35-
Module 5:
36-
"Short: Loops": /shorts/loops
37-
Repeat: /problems/repeat
38-
Mario: /problems/mario
39-
Mario, Part Deux: /problems/mario-deux
40-
Driehoek: /problems/driehoek
41-
Trapeziumº: /problems/trapezium
42-
Cirkel*: /problems/cirkel
43-
Huiswerk:
55+
Module 4:
56+
Opdrachten:
57+
Repeat: /problems/repeat
58+
Mario: /problems/mario
59+
Mario, Part Deux: /problems/mario-deux
60+
Driehoek: /problems/driehoek
61+
Trapezium: /problems/trapezium
62+
#---
63+
Regen*: /problems/regen
64+
Population*: /problems/population
65+
Soda*: /problems/soda
66+
#---
67+
Goldbach*: /problems/goldbach
68+
Credit*: /problems/credit
69+
Toetsje:
4470
Control Flow [boek]: /exercises/book/control-flow
71+
Herhaling en naslag:
72+
"Short: Loops": /shorts/loops
4573

46-
Module 6:
74+
Module 5:
4775
# Loops die iets uitrekenen
48-
Regen: /problems/regen
49-
Population: /problems/population
50-
Soda: /problems/soda
51-
Caffeine: /problems/caffeine
52-
Temperatuurconversie: /problems/conversion
53-
Goldbach*: /problems/goldbach
76+
Opdrachten:
77+
# Calculator: '/problems/calculator'
78+
Regen: /problems/regen
79+
Population: /problems/population
80+
Soda: /problems/soda
81+
Caffeine: /problems/caffeine
82+
Temperatuurconversie: /problems/conversion
83+
#---
84+
"Videocollege: Arrays & Strings*": /lectures/arrays
85+
Tennis*: /problems/tennis
86+
Morse*: /problems/morse
87+
Hoofdletters*: /problems/hoofdletters
88+
#---
89+
Tideman**: /problems/tideman
5490

55-
Module 7:
56-
"Videocollege: Arrays & Strings": /lectures/arrays
57-
Strings: /problems/strings
58-
Tennis: /problems/tennis
59-
Morse: /problems/morse
60-
Hoofdletters: /problems/hoofdletters
61-
Klinkers: /problems/klinkers
62-
RNA: /problems/rna
63-
Strings++*: /problems/strings_more
64-
Morse++*: /problems/morse_more
65-
Huiswerk:
91+
Module 6:
92+
Voorbereiding:
93+
"Videocollege: Arrays & Strings": /lectures/arrays
94+
Opdrachten:
95+
Strings: /problems/strings
96+
Tennis: /problems/tennis
97+
Morse: /problems/morse
98+
Hoofdletters: /problems/hoofdletters
99+
#---
100+
Klinkers*: /problems/klinkers
101+
RNA*: /problems/rna
102+
Alfabet*: /problems/alfabet
103+
Strings++*: /problems/strings_more
104+
#---
105+
Tideman**: /problems/tideman
106+
Toetsje:
66107
Strings en Arrays [boek]: /exercises/book/arrays
67-
Naslag:
108+
Herhaling en naslag:
109+
"Section: Arrays": /video/section2
68110
"Short: Arrays": /shorts/arrays
69-
"Short: command-line arguments": /shorts/argv
111+
# "Short: command-line arguments": /shorts/argv
70112

71-
Module 8:
113+
#-------- week 3 --------
114+
115+
Module 7:
72116
# Meer algoritmische string/array-uitdagingen
73-
Alfabet: /problems/alfabet
74-
Scrabble: /problems/scrabble
75-
Formule: /problems/formule
76-
Cypher: /problems/cypher
77-
Wachtwoordº: /problems/wachtwoord
78-
Decryptor*: /problems/decryptor
79-
Huiswerk:
117+
Opdrachten:
118+
Klinkers: /problems/klinkers
119+
RNA: /problems/rna
120+
Alfabet: /problems/alfabet
121+
Wachtwoord: /problems/wachtwoord
122+
Scrabble: /problems/scrabble
123+
Satellite: /problems/satellite
124+
Render: /problems/render
125+
#---
126+
Formule*: /problems/formule
127+
Cypher*: /problems/cypher
128+
#---
129+
Satellite++*: /problems/satellite_more
130+
Decryptor*: /problems/decryptor
131+
Toetsje:
80132
Functies [boek]: /exercises/book/functions
81133

82-
#-------- deel 2 van cursus, voor punten --------
134+
Module 8:
135+
Opdrachten:
136+
Formule: /problems/formule
137+
Cypher: /problems/cypher
138+
Calendar (groot): /problems/calendar
139+
#---
140+
#---
141+
Morse++*: /problems/morse_more
83142

84143
Module 9:
85-
"Videocollege: Algorithms": /lectures/algorithms
86-
Sort: /problems/sort
87-
Find: /problems/find
88-
Calendar: /problems/calendar
89-
Design challenge*: /problems/calendar/extra
144+
Oefententamen: /tentamen/oefententamen
145+
146+
#-------- week 4 --------
90147

91148
Module 10:
92-
# Dit gaat over 2D arrays
93-
Tiles: /problems/tiles
94-
Snowfall (kies één vd twee): /problems/snowfall
95-
Game of Life (kies één vd twee): /problems/life
96-
Resize*: /problems/resize/more
149+
Voorbereiding:
150+
"Videocollege: Algorithms": /lectures/algorithms
151+
Opdrachten:
152+
Sort: /problems/sort_single
153+
Find: /problems/find_single
154+
Runoff: /problems/runoff
155+
#---
156+
Wordle*: /problems/wordle
157+
# Design challenge*: /problems/calendar/extra
158+
Herhaling en naslag:
159+
"Section: Algorithms": /video/section3
160+
161+
#-------- deel 2 van cursus, voor punten --------
97162

98163
Module 11:
164+
# Dit gaat over 2D arrays
165+
Tiles: /problems/tiles_single
166+
Snowfall: /problems/snowfall
167+
Game of Life: /problems/life
168+
Challenge:
169+
Resize*: /problems/resize/more
170+
171+
Module 12:
99172
"Videocollege: Memory": /lectures/memory
100-
"Short: Files": /shorts/files
173+
"CS50 short: Files": /shorts/files
101174
"Short: Command Line Arguments": /shorts/cla
102175
# Implementeer zelf unix-tools
103176
cat: /problems/unix/cat
@@ -107,12 +180,13 @@ Module 11:
107180
uniq: /problems/unix/uniq
108181
cut: /problems/unix/cut
109182
paste: /problems/unix/paste
110-
strings*: /problems/unix/strings
111-
tail*: /problems/unix/tail
112-
recover*: /problems/recover
113-
filetype*: /problems/filetype
183+
Challenge:
184+
strings*: /problems/unix/strings
185+
tail*: /problems/unix/tail
186+
recover*: /problems/recover
187+
filetype*: /problems/filetype
114188

115-
Module 12:
189+
Module 13:
116190
"Short: Dynamic Memory Allocation": /shorts/dma
117191
# String-manipulatie inclusief \0-terminator en wat malloc
118192
strfry: /problems/string_functions/strfry
@@ -121,16 +195,17 @@ Module 12:
121195
strcat: /problems/string_functions/strcat
122196
strdup: /problems/string_functions/strdup
123197
strsep: /problems/string_functions/strsep
124-
wave*: /problems/wave
198+
Challenge:
199+
wave*: /problems/wave
125200

126-
Module 13:
201+
Module 14:
127202
"Videocollege: Data structures": /lectures/data-structures
128203
Beatles: /problems/beatles
129204
Linked List: /problems/linked
130205
Questions: /problems/speller/questions
131206
Speller: /problems/speller
132-
Challenge*: /problems/speller/challenge
133-
207+
Challenge:
208+
Speller challenge*: /problems/speller/challenge
134209
#-------- eerder geschrapt --------
135210

136211
# Week 5:

0 commit comments

Comments
 (0)