Qbasicnews.com
Computer Science Contests - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: Computer Science Contests (/thread-314.html)



Computer Science Contests - wizardlife - 03-02-2003

Anyone done any compsci competitions? I'm doing a team (4-guys, one comp) tomorrow for the city of toronto, and I did the U of Waterloo one last week. They seem to put more emphasis on the logical aspect of coding rather than the 'rote' knowledge of commands and so on.

It's unusual to be put under such pressure to code fast... 5 programs in three hours.


Computer Science Contests - Agamemnus - 03-02-2003

Cool! Smile Can't say I have. Sad

Problems tend to be somewhat interesting > I found the national compsci thingamagigie sometime a few months ago. It's in my website's links page somewhere... But I am way too late for last year's national contest I think.


Computer Science Contests - pr0gger - 03-02-2003

I wish I could... the Montgomery County fair has contests for everything except programming. This is the 21st century, people!!! :x


Computer Science Contests - wizardlife - 03-03-2003

Quote:Cool! Smile Can't say I have. Sad

Problems tend to be somewhat interesting > I found the national compsci thingamagigie sometime a few months ago. It's in my website's links page somewhere... But I am way too late for last year's national contest I think.

Here's some of the past problems for the Waterloo one:

http://www.cmc.uwaterloo.ca/ccc/2000/1-probs.html

I particularly like 'Babbling Brooks' -- it leaves a lot of different options as far as how you solve it. I think a linked list would be most elegant, but there's different options as far as shuffling arrays and stuff, too.