ProgrammingWiki
Register
Advertisement
MediaWiki logo
This page has been moved to the Programmer's Wiki.
Please do not make any changes or additions to this page.

Any modifications, if still appropriate, should be made on Canadian computing competition at the Programmer's Wiki.

The Canadian Computing Competition (CCC) is a national programming Competition for secondary school students in Canada. Sponsored by the University of Waterloo, the CCC takes place once a year. Stage 1 is a written at high schools and can be written in the Programming language of the students' choice, with only a few, such as Maple (software) and Mathematica, disallowed. There are two levels of problems presented, Junior and Senior. The contestants have three hours to solve five problems for each level. The top 20 (or so) students in the Senior division are invited to University of Waterloo to participate in Stage 2. In Stage 2 students are restricted to languages permitted at the IOI, which currently includes only C (programming language), programming and Pascal (programming language). The top 4 students at Stage 2 are selected for the Canadian IOI team.

In addition, the top two students (for both Junior and Senior) of each region receives a plaque and a $100. The regions are West (BC to Manitoba), Ontario North and East, Metro, Ontario Central and West, and Quebec and Alantic.

The questions in the CCC are algorithmic in nature, designed to test a student's ability to design and code algorithms rather than their ability knowing APIs (such as Swing or AWT). Problems increase greatly in difficulty, where the last question is an IOI level problem. They generally have memory, time or stack constraints (especially in recursion) forcing the programmer to find a more efficient solution to the problem.


See also[]

External links[]

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at Canadian computing competition. The list of authors can be seen in the page history. As with ProgrammingWiki, the text of Wikipedia is available under the GNU Free Documentation License.


Advertisement