ECOO

The Educational Computing Organization of Ontario contest is for high school students in Ontario, Canada. Its official web site is http://www.ecoo.org/ecoocs/.

Problems

http://www.ecoo.org/ecoocs/PastContests.html

Solutions

Contest Problem Comments
2005 Boardwide#1: FractorialsTrivial, and uses the GCD algorithm.
#2: HTPPStraightforward.
#3: Binary CipherStraightforward.
#4: Three letter wordsBrute force search.
2005 Regional
(FILES MISSING)
#1: Scrabble
#2: Partitions
#3: XO Life
#4: Billiards
2005 Final
(FILES MISSING)
#1: Longest Chain
#2: Link5 Cipher
#3: Bugs
#4: Rook Moves
2006 Boardwide#1: Fibonacci’s RabbitsStraightforward.
#2: Flip Twice CypherStraightforward.
#3: Three Letter WordsStraightforward, and uses a clever algorithm for testing words.
#4: Two RobotsStraightforward, uses cross product.
2006 Regional#1: Split CodeTrivial.
#2: Sum of SquaresDynamic programming: knapsack problem
#3: Polynomial PathToo many cases.
#4: CryptarithmBrute force search through all permutations.
2006 Final#1: Fuel CrisisBrute force search through all permutations.
#2: BlobsStraightforward.
#3: TumbledeeStraightforward.
#4: Word ChainBreadth-first search.

Links

Last modified: 2007-08-19-Sun
Created: 2007-05-02-Wed