Last time | Next time |
I checked this afternoon, and haven't seen any revisions. That suggested that I should create a new assignment, only for those who need to revise. It's done, and I've made a new deadline of March 30th for that.
It will cover everything from
I'm passing around a sheet with a couple of Decision Tree problems, which I mention in the 6.2 highlights. We'll talk about them a little more when we get to 6.3 (next time).
In the meantime, I think that the second problem would make an interesting little project (with some research into the extent to which this strategy -- or one like it -- was used during the pandemic). If you'd like to take that one on, let me know.
If you check out this code, you'll see where I compute the power set ("all-subsets") of a set, to cover all the bases. I think that the end result is pretty beautiful, too!
(coded up following our author's algorithm, in section 3.3, p. 214, as closely as possible).