Spring 2011 - Week 3 (February 4, 2011)
Practice ran from 6-10 PM and was attended by 9 students.
The first hour of practice consisted of a discussion of combinatorics (permutations, subsets, and example problems).
As part of the discussion, the following Java code was distributed:
- Permutations.java
- Subsets.java
To practice implementing combinatorics algorithms, we solved the following problem as a group:
- Strange Change (by David Poeschl)
The problem set consisted of 4 problems (some links go to .pdfs):
- Elections (Denison 2005 - Problem C)
- Enjoying the Wait (by David Poeschl)
- Squares (Denison 2007 - Problem D)
- Taxman (Denison 2007 - Problem C)