CSE 142
This is a simply-for-fun-and-personal-edification class, at least for
me. I intended to take it pass/fail, but then I switched sections, and my
grading option got changed while doing that, so now it's graded, which
isn't bad since I'm pretty good at computer science.
-
CSE 142 Summer 2003 course website
- Tonk: an expansion of some classes that we
implemented in quiz section last week. We were supposed to create a Card
class that would store the number and value of the card, as strings
of all things, so I decided I could do it better and spent the whole hour
scribbling code. And when I got home that evening, I typed it up and
expanded it some more. It doesn't do anything besides initialize a Deck
(and print out all the cards in that Deck, to prove that it's properly
initialized), but I think it's a nice solid Deck.