forked from tychonievich/cs2102
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cal.yaml
284 lines (244 loc) · 5.76 KB
/
cal.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
Special Dates:
Courses begin: 2020-08-25
Courses end: 2020-11-24
Add deadline: 2020-01-27
Drop deadline: 2020-02-24
Withdraw deadline: 2020-03-16
Thanksgiving break:
start: 2020-11-25
end: 2020-11-29
meta:
timezone: America/New_York
name: CS 2102
lecture exam: true
home: https://www.cs.virginia.edu/luther/2102/F2020/
final:
start: 2020-12-05 19:00:00
duration: 180
room: online
days: [Monday, Wednesday, Friday]
sections:
CS2102-1000:
room: online
start: 10:00:00
duration: 50
CS2102-1530:
room: online
start: 15:30:00
duration: 50
CS2102-0900:
room: online
start: 9:00:00
duration: 50
lectures:
- welcome
- real maths
- sets
- sets
- sets
- [propositions, operators]
- equivalence proofs
- module 1 lab 1
- [direct proof, proof by cases]
- [direct proof, proof by cases]
- module 1 lab 2
- predicates
- quantifiers
- [module 1 group project, module 2 makeup]
- quantifiers
- english
- module 2 lab 1
- english
- english
- module 2 lab 1
- proofs
- proofs
- [module 2 group project, module 2 makeup]
- integers
- contradiction
- module 3 lab 1
- induction
- induction
- module 3 lab 2
- [summation, combination]
- [permutation, counting proofs]
- [module 3 group project, module 3 makeup]
- functions
- state machines
- module 4 lab 1
- logs
- logs
- module 4 lab 2
- review
reading:
lab12: []
welcome:
- "MCS Introduction"
- "∀x 1.0"
- txt: on proofs
lnk: proofs.html
- txt: course overview diagram
lnk: files/course.svg
real maths:
- lnk: https://medium.com/@jeremyjkun/habits-of-highly-mathematical-people-b719df12d15e
txt: six habits
- "MCS 1.9"
propositions:
- "MCS 1.1"
- "∀x 4.3"
operators:
- "MCS 3–3.2.0"
- "∀x 5"
truth tables:
- "MCS 3.2.1–3.2.2"
- "∀x 8, 10"
equivalence rules:
- "MCS 3.3–3.4"
- "∀x 11.2"
- lnk: "axioms.html"
txt: "equivalences"
equivalence proofs:
- "MCS 3.4.2"
- "∀x 14–15"
- lnk: "axioms.html"
txt: "equivalences"
- lnk: "demorgan.html"
txt: "example proof"
- lnk: "techniques-q2.html"
txt: "proof techniques"
- lnk: "direct.html"
txt: "direct proof"
predicates:
- "MCS 1.2"
- "∀x 21.0–21.3"
- "skim MCS 4.1.0"
quantifiers:
- {txt: write-up of class examples, lnk: eng2quant.html}
- "∀x 21.4–24"
- "MCS 3.6"
- "skim ∀x 25–26"
- "practice exercises in ∀x 22 and 23"
sets:
- lnk: "sets.html"
txt: "sets writeup"
- lnk: "set-practice.html"
txt: "practice"
- "MCS 4.1.1"
direct proofs:
- "MCS 1.2–1.6"
- "∀x 16"
- "∀x 32–33"
- "skim ∀x 37"
- {lnk: "direct.html", txt: "direct proof"}
proof by cases:
- "MCS 1.7"
- "∀x 15.6"
- {txt: techniques, lnk: techniques-q4.html}
data types:
- "MCS 4.1–4.4"
- txt: "MCS 4 addenda"
lnk: "chap4.html"
sequences:
- "MCS 4.2"
- txt: "MCS 4.2 addenda"
lnk: "seq.html"
cardinality:
- "MCS 4.5"
- "MCS 7.1"
- txt: pigeonhole principle
lnk: https://en.wikipedia.org/wiki/Pigeonhole_principle
contradiction:
- "MCS 1.8"
- "MCS 2"
- txt: irrationals
lnk: irrationality.html
- txt: open sets
lnk: openset.html
induction:
- "MCS 2"
- "MCS 5.1–5.3"
- txt: addendum
lnk: induction.html
summation:
- "MCS 13.0–13.2"
combination:
- "MCS 14.5"
permutation:
- "MCS 14.0—14.6"
counting proofs:
- "MCS 14.0—14.6"
- "MCS 13.0–13.2"
- txt: reductions writeup
lnk: reducibility.html
- txt: proof techniques
lnk: techniques-q8.html
graphs:
- "MCS 9"
state machines:
- "MCS 5.4"
primes:
- "MCS 8.0–8.7"
functions:
- "MCS 4.3–4.4"
logs:
- txt: wikipedia
lnk: https://en.m.wikipedia.org/wiki/Logarithm
- txt: writeup
lnk: logarithms.html
make-up:
- txt: quiz
lnk: files/quiz12.pdf
assignments:
".groups":
OQ:
portion: "30"
link: https://kytos.cs.virginia.edu/cs2102/quizzes/
IQ:
portion: "70"
link: https://kytos.cs.virginia.edu/cs2102/quizzes/
Final:
portion: "0"
IQ01:
due: 2020-01-24 10:50:00
IQ02:
due: 2020-01-31 10:50:00
IQ03:
due: 2020-02-07 10:50:00
IQ04:
due: 2020-02-14 10:50:00
IQ05:
due: 2020-02-21 10:50:00
IQ06:
due: 2020-02-28 10:50:00
IQ07:
due: 2020-03-06 10:50:00
IQ08:
due: 2020-03-27 10:50:00
IQ09:
due: 2020-04-03 10:50:00
IQ10:
due: 2020-04-10 10:50:00
IQ12:
due: 2020-04-27 10:50:00
OQ00:
due: 2020-01-22 08:30:00
weight: 0
OQ01:
due: 2020-01-27 08:30:00
weight: 0
OQ02:
due: 2020-02-03 08:30:00
OQ03:
due: 2020-02-10 08:30:00
OQ05:
due: 2020-02-24 08:30:00
OQ06:
due: 2020-03-02 08:30:00
OQ07:
due: 2020-03-20 08:30:00
OQ08:
due: 2020-03-30 08:30:00
OQ09:
due: 2020-04-06 08:30:00
OQ10:
due: 2020-04-13 08:30:00