-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignments
81 lines (49 loc) · 1.7 KB
/
assignments
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
Notes: You may solve the problems in the pseudo-code of the textbook or write
the code in your programming language of choice.
- January 11-17, 2014
Reading: Chapter 1
Exercises: 1.2-2, 1.2-3
Problems: 1-1
- January 18-24, 2014
Reading: Chapter 2 Introduction, Chapter 2.1
Exercises: 2.1-1, 2.1-2, 2.1-3, 2.1-4
- January 25-31, 2014
Reading: Chapter 2.2
Exercises: 2.2-1, 2.2-2, 2.2-3
- February 1-7, 2014
Reading: Chapter 2.3
Exercises: 2.3-1, 2.3-2, 2.3-4, 2.3-5, 2.3-6
- February 8-14, 2014
Cancelled due to snow.
- February 15-21, 2014
Reading: Appendix A Introduction, A.1
Exercises: A.1-1, A.1-2, A.1-3, A.1-4, A.1-5, A.1-7, A.1-8
Problems: 2-1
- February 22-28, 2014
Problems: 2-2, 2-3, 2-4
- March 1-7, 2014
Reading: Chapter 3 Introduction, Chapter 3.1
Exercises: 3.1-1, 3.1-2, 3.1-3, 3.1-4, 3.1-6
- March 8-14, 2014
Reading: Chapter 3.2
Exercises: 3.2-1, 3.2-2, 3.2-6, 3.2-7
- March 15-21, 2014
Same as previous week.
- March 22-28, 2014
Same as previous week.
- March 29-April 4, 2014
Problems: 3-1, 3-2, 3-3
- April 5-11, 2014
Problems: 3-4, 3-5, 3-6
- Feb 8, 2015
The date is basically meaningless since, after getting a job and moving,
I've been unable to consistently devote time to this and there is no real
group participation at this point. I'll update this each time I change
chapters.
Reading and Exercises: Chapter 6
- Sep 24, 2015
Found self unable to progress with Exercise 6.4-4, since that proof would
require solving a recurrence, which was taught in Chapter 4. I had intended
to go from section to section in this book, but it looks like it'd be easier
to just run through in linear fashion. Will return to section 6 in due course.
Reading, Exercises, and Problems: Chapter 4