Next revision | Previous revision |
contest_2010-10-07 [2010/10/07 07:51] – created jtkorb | contest_2010-10-07 [2010/10/07 08:06] (current) – jtkorb |
---|
====== Weekly Contest for October 7-8, 2010 ====== | ====== Weekly Contest for October 7-8, 2010 ====== |
| |
This contest is a **team contest**. One workstation per team. Divide up the problems, one per person. Solve, fight over workstation, collaborate on algorithms, code reviews, and debugging. | The contest this week is a **team contest**. One workstation per team. Divide up the problems, one per person. Solve, fight over workstation, collaborate on algorithms, code reviews, and debugging. |
| |
The contest server is on pc2.cs.purdue.edu. From a departmental UNIX machine, use this command to get started... | The contest server is on pc2.cs.purdue.edu. From a departmental UNIX machine, use this command to get started... |
| |
% (cd /homes/jtk/pc2; bin/pc2team) | % (cd /homes/jtk/pc2; bin/pc2team) |
| |
===== Teams ===== | ===== Teams ===== |
| |
===== Problems ===== | ===== Problems ===== |
| |
* A: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110501&format=html|Primary Arithmetic]] | A and B are from Chapter 7: Number Theory. C, D, and E are from Chapter 8: Backtracking. For A, use the GCD algorithm in the text. For the backtracking problems, use the schema in the text. |
* B: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110503&format=html|The Archaeologist's Dilemma]] | |
* C: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110508&format=html|Pairsumonious Numbers]] | * A: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110703&format=html|Euclid Problem]] |
* D: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110602&format=html|How Many Pieces of Land?]] | * B: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110704&format=html|Factovisors]] |
| * C: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110801&format=html|Little Bishops]] |
| * D: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110803&format=html|Queue]] |
| * E: [[http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110806&format=html|Garden of Eden]] |
| |