Computing, Education, and Computing Education
RSS

Archive for the ‘cs1’ Category

Calendar problem revisited

Thursday, January 3rd, 2008   Posted by John in assignments, cs1 | No Comments »

Here's a twist on the classic "What day of the week does a particular date fall on?" problem. A programming solution using the following approach would use several simple lookup tables, probably implemented as arrays, lists, or hash maps. I've ...