
ACM World Final Standings Posted 184
Nyerp writes "The final results for the ACM International Collegiate Programming Contest are up. Cheers for St. Petersberg State U, followed by my own school, the Univerity of Waterloo!" Congratulations, guys! I wonder if any of the world finalists used Pascal, since it's allowed.
Re:Cool. Another "place." (Score:1)
I can first of all confirm what Dom said about practicing. In fact when an IBM rep asked us at the regionals how much we practiced for the contest, all three of us simultaneously started laughing.
I believe that practice makes a big difference in this contest. This is because you need a bit different set of skills to be really successful in this contest than you do to be a good CS student. Take a look at a contest problem, how fast (the operating word being FAST) can you determine what algorithm to use (or come up with one) to solve it? This is mostly in line with what you need to do well on some of the CS exams at CMU.
Now though, how fast (the operating word again being FAST) can you correctly code this up? And when what you were sure was a correct solution comes back from the judges with the informative message "wrong answer", how quickly can you find and fix the problem? Being able to code very quickly is not something I found to be at all necessary for academic success in my 3.5 years at CMU. I do think that this is a skill that can be greatly improved with practice.
There are other contest specific issues, like being able to manage the computer time - you biggest limiting factor, being able to work well with your team, having a booklet of algorithms implemented in C in as few characters as possible (you are allowed books, notes, etc).
I don't want to take anything away from Univ. of St. Petersburg, or Waterloo, or any of the other teams that put a great deal of effort into preparing for this contest. I salute them, that's what it takes to be champions.
I can surmise that the reason that CMU does not put more effort into this contest is that 1) we do ok anyways; 2) CMU does not really need this contest to boost its reputation. On the hand, Waterloo for example is much less known, and can use the tremendous success they've had in this contest over the past few years as a big selling point, and a way to get more exposure.
My problem with the contest (Score:1)
In fact, I'd go as far as to say that practicing a lot for the contest is probably more detrimental to you as a programmer than beneficial.
Allow me to elaborate, here is the right and the wrong way to do a contest problem:
The WRONG way
And now The RIGHT way
Wait a minute now that I think about it...hmm...with time to market and all...well, maybe this contest is a good measure of how good a programmer you are.
Cool (Score:1)
-Rasmus
Similar problem many years ago. (Score:1)
Part of the problem involved having to find the value of N!, where N could get up to a max size of M (I can't remember the exact numbers anymore). You were supposed to tally how many times each digit appeared (assuming it is represented in decimal) in the resulting number. The point was that the good programmer should immediately recognize that there was no way to solve this problem using the built-in binary numbers on any computer, since it required that you store long numbers with perfect accuracy (so floats are out too). So the point was to quickly whip up a string-ized number format, and implement a multiplication routine for it so you could do large factorials. Pretty simple and routine once you realize that you will have to do this, right?
Well, it *should* have been simple, and it *would* have been if it weren't for the fact that the problem's givens lied to us about how many digits were in M! (It was given that M! would be the largest value in the test data, and that it contains no more than XXX digits.). They said too few digits, and as such our array was too small to hold the result. Our algorithm was actually correct, excepting this one mistake, within 10 minutes of the contest's start. And the rules of the contest prevented us from getting any clarification about what was failing in our test submissions, and there is no way to quickly check if the givens were correct, since you can't calculate what M! is in reasonable time when M is big. (Not without a program - which is what we were making). Besides, since they were givens, we shouldn't have *had* to check them. I was in a funk for a week after that because it wasted too much of our limited time and we had it *right* dammit, from the first 10 minutes. The mistake in the givens didn't get publicised until after the contest was almost over, and we'd already squandered away our time on this one problem that we knew we were this close to finishing.
That was a long time ago, but it still irks me. That one mistake kept us from going on to the next level of the contest. If that given had been correct, then our first submission, 10 minutes into the contest, would have given us enough total points to go on to the next level. (It was one of those years in which even the best finishers only got 2 of the problems right.)
Re:Interesting Demographics..... (Score:1)
#define X(x,y) x##y
Amen Brother! (Score:1)
Unfortunately, we won't have a first rate sports program until we build better facilities for our athletes.
But, things are changing and UCF is growing. Unlike UF and FSU, there's plenty of room for us to grow.
There's a picture of the scoreboard at Florida Field from the UF/UCF football game from last year. KNIGHTS 7 GATORS 0. (of course, its in the first quarter and there is 12 minutes left.)
Go Knights
My comment (Score:1)
Here is my comment:
1. Why Java?
I understand that Java is the rage nowadays, but why Java?
Java is defintely NOT something that will last. Java is not a FREE language, it is still in many ways controlled by SUN.
Unlike C, C++ or Pascal, one day Java is still under Sun's control, one day Java is not FREE.
I rather see the ACM contest use python and/or perl than Java.
2. Language.
I understand that to ease the judging process, the English language is used.
But if the competition is to open to the whole world, wouldn't it be better that the contest be available in other languages as well?
Imagine that you are not an English speaker, and there are certain things in English that you may still have problem with - even if you are a top programmer - the problem of mis-understanding the question may hamper the competitors' ability to complete his/her/their project, as well as they should have been.
As I understand - and I am a member of ACM as well -, the ACM is made up of people of all ethnic groups, and there are MANY people from ACM that can be used to help out in the translation process, in problem texts or whatever that needs translated.
I hope that in coming years, the ACM competition will offer contestants a choice of either using the English text, or language of their own choice.
In this way, the competition would be fairer, get rid of the language problems, and you may have a better-run programming (computing) competion.
Isn't that a COMPUTING competition is all about?
Could I have used Perl? (Score:1)
http://theotherside.com/dvd/ [theotherside.com]
Tips for similar contests? (Score:1)
My high school's going to be attending a similar contest (on a smaller scale, of course) at Stetson University, in Florida. Hopefully, I'll be placed on the team. Does anybody with experience with these sorts of contests have any tips for us? Information on how best to coordinate a team, reference books to bring, documents to read before hand, etc.?
The main hurdle I see is that fact that only one workstation is available for the entire team, which is definitely awkward.
I don't know! (Score:1)
I can't remember what I was going to say, or what I was replying too.
=/
-- Thrakkerzog
Re:Tips for similar contests? (Score:1)
Anyway, some advice:
I'll stop now, I think.
Greetings from an Engineer (Score:1)
Hi everyone! I figured while everyone was checking in and patting our friends from Waterloo on the back, i might as well join in too. Congratulations to Donny, Jeff, and Ondrej!
I did the contest once, but there are no memories of the math building's comfy lounge for me: I graduated from Computer Engineering at Waterloo in 1998. 1994 was a fun year: we went with united forces from CS and Engineering and kicked butt [baylor.edu]. Those ACM contests are really fun, though i agree with the others that judging errors do suck and some accountability would be nice.
I've known Donny from a long time ago... [sjr.mb.ca]
-- ?!ng
Like Rodney Dangerfield, UCF gets "no respect"! (Score:1)
The Unversity of Central Florida [ucf.edu]. We've been doing the ACM for about 15 years now. Regularly win our regionals or place in the top 3. We are also considered a top 25 school for Electrical and Computer Engineering according to the College Board (the SAT/GRE "guys").
And there we are, #15 this year (out of >>2,000 teams) -- right next to MIT, Carnegie Mellon and Virginia Tech. Plus, a brief history of UCF's world rankings ...
But people in Florida spit on us and, until recently, we used to get 1/10th of the funds of UF or FSU. We have more programs and students than Florida State (let alone 10x the graduate programs) and are barely behind Florida! Add in the fact that we have the 2nd largest research park in the US and it makes me wonder.
It wasn't until our Football team moved up to I-A (in 1996) and started playing big schools (and nearly beating them) that we finally got some money proportional to our size. Very sad that sports seems to drive everything.
Again, no respect!
-- Bryan "TheBS" Smith
think... (Score:1)
_joshua_
Re:Waterloo Team Selection (Score:1)
Maybe next year we'll do some preparation and go after the A team
Re:Tips for similar contests? (Score:1)
I competed on the University of Alberta team in the '98 and '99 finals. Congratulations to this year's team!
Here's a few quick hints:
Good luck!
- Adam
Re:Waterloo Team Selection (Score:1)
Michael Van Biesbrouck, ECNA Regional Contest Director (1999)
Re:Contest problems and other thoughts (Score:1)
Michael Van Biesbrouck, 1999 ECNA Regional Contest Director
Re:Use of Pascal (Score:1)
Michael Van Biesbrouck, ECNA Regional Contest Director 1999
Re:Problem! (Score:1)
I don't see why you have a circular order ordering on the letters.
Michael Van Biesbrouck
Re:Pascal (Score:1)
In my own region (East-Central North America, home of Waterloo, CMU and Toronto teams), teams using Pascal tend to do very poorly even though the problems are set with the limitations of Pascal in mind. Unfamiliarity with the region's supported versions of Pascal probably contributes to this problem, but I think that the main issue is that the teams choosing to use Pascal are less experience programmers than the other contestants.
I am not familiar with the advantages that Delphi provides, but I feel that teams who are extremely familiar with C++'s STL and Java's bignum libraries will have improved chances at winning.
Michael Van Biesbrouck, ECNA Regional Contest Director, 1999
Don't forget the Putnam (Score:1)
http://www.bulletin.uwaterloo.ca/2000/mar/20mo.
Notice Donny Cheung in 1998,on the UW ACM team this year and another UW student won the special award for the highest-scoring female student in the contest.
http://www.stats.uwaterloo.ca/~cgsmall/uwput.ht
Go waterloo go.
Re:Controversy over Problem F (Score:1)
I was a member of the swedish team (from Linköping University) and we also got stuck Problem F, which was the first problem we attempted to solve. I guess we spent half of the contest looking for a non-existing bug.
The results would have been completely different if the test data had been correct.
Anyway, we really enjoyed our free visit to Florida!
Re:Pascal baby! (Score:1)
Uh, wasn't Pascal the language where two strings of different lengths were considered to be of different types?
If that's sexy to you.... shudder
Re:Prizes irrelevant... (Score:1)
Haven't heard from him in a while, but that's prob'ly more my fault than his. Brad Banks, if you're out there (at Fort Meade or elsewhere), hope you're enjoying yourself!
------------------
Re:Interesting Demographics..... (Score:1)
The market has changed since I dropped out. You may be able to get an entry level job in software development with only 2 years school. It will be hard, and it may not be your first job..or your second.
I've worked for 2 software companies: a start-up with 30 people and an established enterprise class software corp with more than 7000 people. Neither company would even consider someone without a degree or experience.
Finishing the degree is what you will wish you had done when you turn 30. I sure do.
Re:Don't forget the Putnam (Score:1)
They were so disappointed when I told them that they would probably *not* be using the cute iMacs for their courses, and did not quite believe me that they'd switch over to Unix (!) in their second CS course and never look back...
"Unix?? Ack!" -- frightened look --
awww.. so cute.. so innocent.. just ripe for assimilation into the Mathie collective..
(yeah, off topic, i know, i know)
Re:Pascal baby! (Score:1)
now, how am I going to resell my Modula-3 text?!! (the eminent Harbison)
.. forty-odd bucks worth of fireplace fuel? even looking at it gives me hives... i know it's not as sexy as pascal, but.. hey, wanna buy it as erotica literature?
Re:Contest problems and other thoughts (Score:1)
I've participated in the '92 and '95 ACM Finals, scoring 9th and 3rd place. Not so bad I think
Re:Controversy over Problem F (Score:1)
But it happens all the time in these contests. I think it should be considered part of the game. (And the Waterloo guys were so bright to realize what was happening here...)
In one regional I participated in, the judges found out afterwards that the home team had been denied a correct solution. In the end they were awarded a wild card and were admitted to the finals. I think this was unfair, because other teams would never have gotten access to the right information.
If I'm not mistaken, all jury data is destroyed at ACM Finals immediately after the Final Standings have been made up. There's something to say for this. But I know how you feel (I probably missed the '94 finals because of similar mistake).
Re:Scoring system (Score:1)
One (obvious) consequence is that it is important to solve the easiest problems first. For example, if you end up with 6 solved problems, the number of minutes between the start of the contest and the moment your first correct solution was submitted, is effectively multiplied by 6.
Now look at the final standings of the '95 contest. The top two teams are divided by 3 minutes, each having solved 6 problems. That's equivalent to say taking 30 seconds to open the envelope with problems at the start of the contest.
Problem! (Score:1)
As input we get a string of at most 20 characters picked from A,B,C,D,E. Allowed substring substitutions are of the form AA->B, AA->E, BB->C, BB->A, etc.
Required output: a list of the single letters that the input string can be reduced to.
For example, BBBB can be reduced to B,D and E:
BBBB->ABB->AA->E
BBBB->ABB->AA->B
BBBB->CBB->CC->D
Exponential algorithms are easy.
Anyone know a polynomial algorithm?
Re:Contest problems and other thoughts (Score:1)
Re:Problem! (Score:1)
I'm just a mathematician so I don't know a lot about context-free grammars. For a given CFG, does there exist a cubical algorithm (in the size of the input) that accepts the CFG?
Re:think... (Score:1)
typing speed and accuracy are not particularly relevant. the programs typically arent very long (200 lines is about the most ive seen, and mine are often <50) and the compiler warns you about almost all typos. its much more important to identify the correct algorithm for a problem, and to see the nasty special cases that arent spelled out in the problem spec.
and i was offered a job at the contest, actually... ibm was implicitly the only recruiter, but an old friend of our team came to cheer us (and his hometown team, gatech) on, and offered all of us jobs. he says what his company does is rapid prototyping and on-site tweaking to said prototypes, and that it is not unlike contest coding.
efficiency is important in contest code, although maintainability is frequently neglected. and you say "some test inputs" as if to imply that the programs are not well tested... try it some time, the judge data is usually very good, if not literally exhaustive. (and occasionally doesnt meet the problem spec, GRRR)
(i am on the ucf team fwiw)
Re:UWaterloo team member (Score:1)
Re:UWaterloo team member (Score:1)
Programming is cool, but... (Score:1)
Just my $0.02
Re:Rankings. (Score:1)
So what has changed? Several things that I can think of: it was always an international competition, but I don't remember this many non-US teams in the past. In particular, when I was competing, the Berlin wall was still up, so we didn't have any eastern European or Russian teams! But even the non-US teams that were there were typically not very strong -- in particular, at that time many schools outside the US simply didn't have the facilities for people to be as experienced as people from US schools. I would imagine that has changed substantially, and non-US teams are now getting plenty of experience before coming to the competition.
Lastly, is it really that the non-US teams are getting that much better, or have the US teams lost something along the way? Cal Tech has always been good (beat my team both years I went, anyway), and they only got 4 problems, while the winner got 7? That's just not at the same standard they used to work at. Is the education failing these days, or are we not getting as many strong students in Computer Science as we used to?
Re:Programming is cool, but... (Score:1)
But seriously, software is the heart of both computers and networks of computers. And there are so many ways of solving a problem with code. It's inevitable that there would be contests.
I can think of a good network test. There are certain routers I have used that could provide material for a contest. Just try to get them to work!
Prizes (Score:1)
Does anyone know what the prizes were? I won a "software package and trophy" from IBM a few years ago and they sent me an outdated program that was no long supported and was barely functional without IBM hardware
How in the world did this get a score of 2? (Score:1)
I looked at the problems... (Score:1)
-Steve
Interesting Demographics..... (Score:1)
My entry (Score:1)
That's what happened here:
#include <stdio.h>
void main(int argc,char **argv) {
printf("Hello, world!\n");
}
Despite the fact that this program didn't answer any of the questions given, let alone do anything useful, I didn't come in dead last. I beat... what was it? I don't quite remember. Microsoft something-something 2000....
Re:Programming is cool, but... (Score:1)
I suppose the real prize good network admins get is the nice little paycheques in the mail, and the stock options (if you're lucky). It will have to suffice! =)
Is it a mathematical skill? (Score:1)
Re:Is it a mathematical skill? (Score:1)
Real programmers write their own languages (Score:1)
That's why Larry Wall is THE MAN!
Re:Don't forget the Putnam (Score:1)
Re:Don't forget the Putnam (Score:1)
Isn't the Computer Graphics Lab was in DC?
UWaterloo team member (Score:1)
Re:Is it a mathematical skill? (Score:1)
It's already happened. MATH 237 is no longer a requirement for CS. I'm not sure when it happened, but it must have been sometime before my first year. But it's still a great idea to take, it really opens your eyes to what calculus *really* is about (in a more general case than a single piddly variable :)
Re:Pascal (Score:1)
However, if a submitted program does not satisfy the automatic testing (and specs), penalty minutes , equal to the number of minutes since the contest began, are added to the team's penalty total. The penalty minutes are used if teams have the same number of correct submissions.
So first off, whoever has the most correct programs is the winner. If there is a tie, then whoever has the least penalty minutes wins.
Re:My comment (Score:1)
In response to point 1 I agree. Given the way the contest is judged I think Python would be ideal - it can be vastly quicker to develop a working implementation of an algorithm in Python than it can in C/C++/Pascal or whatever.
Compsci under faculty of math (Score:1)
-Sylvester
Re:Don't forget the Putnam (Score:1)
As for PoETS (or however it's spelled), I've been in there a couple of times. It might've been the times I've been in there, but it's not all that thrilling. I'm sure the hoardes of drunken engineers didn't do much for the ambiance, either.
Waterloo Team Selection (Score:1)
As for coaching, there's a professor here (Cormack) who handles most, if not all of, the coaching. I've no idea how much time is spent preparing for such things, but I've been under the impression that there is some preparation. Next time I run into some of the ACM people at school (I seem to know the bulk of the current and past contestants from Waterloo -- probably by hanging out in the Pure Math Club with 'em), I'll have to ask them how much training they do.
Preparation -- speaking as someone who used to be active in various scholastic contests in high school, preparation can play a large role in performance. By doing old contests you get a feel for how the questions are set up and asked, and so when the Big Day comes, you've already got a feel for the whole thing. Still, preparation can only help so much -- you still need a fair bit of talent to do well.
Anyway, just my thoughts on the issue.
Re:Don't forget the Putnam (Score:1)
Part of the overcrowding has to do with the renovations on the second floor -- all of the lab space down there disappeared, so the Macs and PCs came upstairs to the third floor. I've heard rumours from people "in the know" that the space will be reclaimed next academic year (F00), and some space on the second floor will be for undergrad.math terminals. It sucks, but it shouldn't suck next year.
Re:UWaterloo team member (Score:1)
I've seen a lot of people in MC, and been surprised later when I've found out who they were. Most of them I'd met online before, primarily in the uw.cs.cs* newsgroups (the course discussion newsgroups). I've a feeling the same things happened to others at Waterloo, as well as people at other schools.
One Russian City twice in top 4!!! (Score:1)
Being YA Waterloo alum myself, I'm really proud of those guys too but having two schools in the same city place 1st and 4th is downright amazing.
Also, congrats to all the teams to placed!
Re:Pascal (Score:1)
Not to start yet another religious war here, but C and Pascal are, IMHO, more or less equivalent, especially for the kinds of problems they tend to use at ACM programming contests. The languages have pretty close to a 1:1 correlation on features.
When I competed a few years ago, of the people I talked to there was a pretty strong bias towards C or C++. But there were also some good guys using Pascal, too. It's just a matter of which you were more comfortable with.
Pascal baby! (Score:1)
Re:Waterloo Team Selection (Score:1)
Score Details (Score:1)
Also, is the 20 minute penalty per wrong submission new? I don't remember seeing this before?
Ryan
rjshook@uwaterloo.ca
PS POETS is spelled like that, Piss on everything tomorrow's Saturday
Re:Pascal? (Score:1)
The man? Yes. The language? No.
I participated in the regional competition last fall. We used Pascal and finished 2nd in the undergrad division.
Miss those days (Score:1)
Re:I looked at the problems... (Score:1)
If I came exited this node in this direction then I had to have come from this direction (usually there was only *1* possible one!)
Re:Pascal baby! (Score:1)
Speaking of M3: I was in the Chapters on Bay/Bloor in Toronto a couple years ago and remembered they had two or three Modula-3 books. Truly weird. :)
Paul
Re:Is it a mathematical skill? (Score:1)
So all the slackers go and take ACTSCI 221.
This was when they changed C&O 230 to MATH 239. I really wish someone would write course notes that didn't suck for that course.
Paul
Re:Cool. Another "place." (Score:1)
Sheesh. Like what have you done for me lately, baby?
Paul
Re:Cool (Score:1)
Re:UWaterloo team member (Score:1)
yeah, UW!
How many other UW mathies are reading this thread? I also know Justin, who submitted the story. I'm surprised undergrad hasn't been
Paul
Scoring system (Score:1)
Re:UWaterloo team member (Score:1)
I went to Nelson ... I take it you were at Aldershot?
Paul
Re:Don't forget the Putnam (Score:1)
Paul
Re:Cool. Another "place." (Score:1)
Re:Cool. Another "place." (Score:1)
Moscow State University, maybehaps? (Score:2)
The Faculty of Mathematics and Natural Sciences [leidenuniv.nl] at Universiteit Leiden has a somewhat similar organization, but I'd consider MSU a much better candidate.
Note that St. Petersburg State University has a similar organization of having a Mathematics and Mechanics Faculty. [niimm.spb.su] It probably used to be called Leningrad State University back before "glasnost."
I could go with either MSU or St. Petersburg as being "the ones." St. Petersburg has been doing very well in the ACM contests, which suggests that they are likely rather good.
Whether that's from student selection ("nature") or quality of teaching ("nurture"), or some combination of both, is another question...
Re:I looked at the problems... (Score:2)
logan
Programming Contests == HackFests? (Score:2)
A professor of mine (Dr. Hans Koomen) had developed a contest more focused on planning, design, and doing it right [geneseo.edu].
In 1996 (the only year it was run - if at all it was) it was a Chinese Checkers competition. Build a chinese checkers player, and duke it out. There was a hack contest in the morning too... I wanted to see it happen while I was there, but it never came about. Too bad, seemed like it would be fun.
Re:Interesting Demographics..... (Score:2)
You are right to a certain extent that someone without a degree or experience will have to 'pay their dues', but I am not at all sorry for having taken the path I chose. I wouldn't recommend it without hessitation to everyone though. It does require that you be stubborn, dedicated and willing to work hard to prove yourself.
Re:Use of Pascal (Score:2)
Yes. It suffers pretty much the same bad image with a large share of the professional development community as well of course, even a pretty fair percentage of the Windows development community.
Re:think... (Score:2)
I doubt they will get job offers, and I doubt any company is foolish enough to offer them jobs based on such a contest. I've participated twice in the European finals (once missing a trip to the world finals because despite ending high enough to earn a ticket, all the teams in front of us were from the same country, and there was a 2 team/country limit), and I've organized regional finals. The exercises to be solved are merely puzzles. You have limited time, and limited resources. There's a decent amount of luck involved. If you instantly recognize a problem and map that to a fairly standard problem, to gain valuable time. Or to interpret the wording of the exercise the same way as the organizers intended, and not have to wait for your clearification request to be processed. (Or worse, having to redo part of the program because another team submitted a clearification request, and it turns out your interpretation wasn't correct.) Even losing 20 minutes can be the difference between solving 4 and 7 problems! The contest doesn't judge the quality of the program, or its efficiency, maintainability, or anything that's actually important for a program. All it needs to do is compile, and produce the correct output on some test inputs. Of course it helps if you are a good programmer, but other important skills are typing speed, and the skill to avoid typos.
-- Abigail
Re:Controversy over Problem F (Score:2)
What surprises me is the number of people here complaining about problem F, describing in detail how the dealt with it, but noone said they submitted a clearification request.
-- Abigail
Re:My comment (Score:2)
There was once a programming contest that allowed the use of Perl. I think it was in one of the contests to gain access to a regional final of the ACM contest, but I might be mistaken. There was a one-man team. Who solved all problems correctly within an hour. Using Perl. The team finishing second (not using Perl) solved half of the problems.
Perl is no longer allowed in ACM programming contests.
-- Abigail
Re:Score Details (Score:2)
Not new at all. That rule existed when I participated in the '80s, and when I organized a contest in 1992, we had that rule as well.
-- Abigail
Re:think... (Score:2)
and offered all of us jobs. he says what his company does is rapid prototyping and on-site tweaking to said prototypes, and that it is not unlike contest coding.
I don't know about you, but I rather not work for a company where I'd have deadlines measured in hours while I have to share my workstation with two other people. I'd run away from any company that says "oh, our working environment looks just like a programming contest".
and you say "some test inputs" as if to imply that the programs are not well tested... try it some time, the judge data is usually very good,
I've been there. On both sides of the fence; as a participant, and as a organizer/judge. It's not that the programs aren't very well tested, but the test input will confirm to very specific specifications. It doesn't have to survive the typing monkey test.
-- Abigail
Re:Cool. Another "place." (Score:2)
Where's the BEEF? (Score:2)
I mean, where is the beef?
Like any beauty contest, we gotta see the gams and curves in the codes.
Forget the judges (they are fine anyway), I wanna see the beef!
Where is the beef?
Re:Cool. Another "place." (Score:2)
* It's not the school that wins the contest, it's three individual students. One excellent programmer from an average school is worth much more than a good programmer from a top school.
* CMU does not practice for the contest. Some teams spend 10 hours a week preparing for the contest starting at the beginning of the year. CMU comes every year, cold, and almost always finishes in the top 25%, sometimes higher.
There were other reasons we didn't do as well as we wanted to - see my post on the controversy, below.
Dominic
Re:Prizes irrelevant... (Score:2)
IBM rented Universal Studios for the after-contest celebration. They spent a lot of money trying to attract the best and brightest.
Peter Doege
Pascal? (Score:2)
Re:UWaterloo team member (Score:2)
Please stop stalking me...
Donny
Cool. Another "place." (Score:3)
Not MIT. Not CMU. None of the UC schools. Not Stanford.
Prizes irrelevant... (Score:3)
Re:Controversy over Problem F (Score:3)
I've often wondered how these sorts of things should be resolved, and I don't really have any answer. I'd certainly be very angry if that were the case and I'd had to spend hours on the problem. I got lucky. (I just hope I do better next year).
logan
Re:Pascal (Score:3)
Probably my biggest complaint against Object Pascal/Delphi is that it is still mostly a uniplatform tool (albiet FreePascal and a couple of other free alternatives are in development, none are really finished and completely compatible with the Borland products yet). C/C++ multiplatform compatibility isn't perfect, far from it -- especially when moving code between Windows and and Linux/*nix/*BSD platforms. But at this point nontrivial C/C++ code that is written with the intention of being portable is much more likely to be so than any current Pascal dialect. There are also more 3rd party (free and commercial) products designed to work with C/C++ to aid in cross platform work than there are specifically tailored to any Pascal dialect. Much as some people deride it, few languages are as close to multiplatform as Java is at this point (not to say that Java is without problems either).
None of this may be that salient to the contest in question, but they certainly are things that often matter in the real world.
Pascal (Score:3)
Controversy over Problem F (Score:5)
I was on the CMU team. If you look at the statistics, you see that we solved 3 problems and were ranked 15th (in a tie). This is not what actually happened. We actually solved problem F correctly and did not get credit for it. At least a dozen other teams were also denied credit for a correct solution to this problem.
The controversy is that the judges and ACM contest staff still claim that there was no error in the grading of the problem, and that their datasets were consistent with the problem statement. Here's why I don't believe them.
Take a look at problem F. (Here are the contest problems [baylor.edu] in PDF if you're interested.) In a nutshell, you're given a complete directed graph, and you need to return the average length of all shortest paths between all pairs of nodes. The problem explicitly stated that you will only be given graphs in which there exists a path from every node to every other.
This is not a hard problem to work out, but anyone who has had a formal course in computer science ought to recognize that the Floyd-Warshall all-pairs shortest path algorithm is designed to solve exactly this problem. Then all you have to do is add up all of the elements of the matrix and divide by n * (n-1).
Except that the judges made a mistake, and tested our input using a graph that was not connected - in other words, there were nodes that could not reach other nodes via a directed path. This would not be a big deal, except that the problem explicitly stated that this would not occur. (Input validation is never a part of this contest.) Furthermore, without further explanation it is unclear how these nonexistent paths should affect the average. It turns out that the judges' solution was not counting these paths, and averaging only the paths that existed. Some teams did this by accident, and others (including Waterloo) figured it out only after submitting multiple runs and incurring large penalties. My team was one of the many that did not figure out the judges' mistake, so we did not get credit for the problem, even though our solution was certainly correct as the problem was worded. If we had received credit we would have had four problems correct, possibly putting us in the top ten. Of course, if we had received credit right away, we might not have wasted so much time figuring out what was wrong with our solution and we could have solved another problem in that time. Of course, many other teams were in a similar situation, so I have no idea what the final ranking would have been, but clearly it would have been different.
Now for some disclaimers.
First of all, I do not know firsthand that the judges had an incorrect data set, because their policy is not to release the data sets they use to test our programs. However, literally dozens of the 60 teams there encountered this error and many of them gained serious evidence that this was in fact the exact error. For example, one person showed me code he had written that would cause the program to seg fault if and only if the graph was not connected. He turned it in, and he got "runtime error" from the judges, indicating his program crashed. When he removed that line, he got "wrong answer". Even the team from Waterloo agreed that the data set was faulty.
Also, I am not trying to imply that the teams that did win did not deserve it. All of the top teams did an excellent job and deserve to be congratulated. I'm mostly upset that the ACM contest staff will not either admit there was an error, or release the datasets to prove there wasn't one.
Dominic