Computer Science II Calendar
Spring, 2019
Week | Monday | Wednesday |
16 20190520 |
|
|
15 20190513 |
CS7B-Final1S16 |
|
14 20190506 |
CS7BS19-Project04 Enumerating the Rationals from Left to Right |
|
13 20190429 |
https://open.kattis.com/problems/insert |
uint128
|
12 20190422 |
Midterm01 Solutions |
|
11 20190408 |
|
|
10 20190401 |
Chapter 17 |
|
9 20190325 |
The concentrations diffusion process was ported to SFML so it could be visualized. |
|
8 20190318 |
There is just open lab tomorrow. I have another assignment from the College all day, so I can't be there. Check out the debugged version of the ellipse program: |
Today we improved the ellipse03.cpp program to get rid of the "magic numbers" and tighten things up a bit: Monday's link has been updated. Also, we wrote the billiards program to show how the path of a bouncing ball is traced as it bounces around a rectangle. We've completed Chapter 11 and 12 and 13 (using SFML instead of FLTK) and will start Chapter 14 next Monday. |
7 20190311 |
Chapter 11 We didn't sort all the troubles in this, but it develops the seekg(), seekp(), peekg() and tellg() functions: sumNum02 |
We woodshed on the SF ChemGrid some more, generating random grids and checking if at least the rows were words. |
6 20190304 |
Check out the improved version:
|
Deadline for ChemWords project extended. There is a real dearth of solutions with all six-letter words, so here are some more data to help find solutions: |
5 20190225 |
Chapter 10: I/O |
|
4 20190218 |
Note that in the "concentrations" diffusion problem, grid.h can be as simple as "typedef vector<vector<int> > Grid;" |
CS7BS19-Project02 |
3 20190211 |
Chapter 10 of Stroustrup. |
Evolved but no def for day of week() |
2 20190204 |
Chapter 9 of Stroustrup. |
|
1 20190128 |
Chapter 8 of Stroustrup. |