Slashdot Mirror


ACM Programming Contest Results

An anonymous submitter writes: "Shanghai Jiao Tong University has won the 2002 ACM International Collegiate Programming Contest with six of nine problems solved. Also solving six problems were MIT (2nd), University of Waterloo (3rd), Tsinghua University (4th), and Stanford University (5th). You can view the problems online, as well as the final standings. Congratulations to all!"

60 of 248 comments (clear)

  1. *woooooosh* by term0r · · Score: 5, Funny

    Thats the sound of those questions flying past way above my head...

    1. Re:*woooooosh* by lars · · Score: 2

      Yes, they are usually harder than they look to the uninitiated. I'd recommend solving a few of them (try http://acm.uva.es -- they have an online problem set with an automatic judge) before dismissing them as easy.

    2. Re:*woooooosh* by lars · · Score: 2

      Sorry, I don't really believe you.

      My high school had programming contests as well, but they weren't at all comparable to the ACM problems in difficulty (especially since you could get part marks for answering some of the test cases correctly), and I doubt yours were. Some of the problems at http://acm.uva.es are so difficult that only 3 or 4 people have solved them.

    3. Re:*woooooosh* by csbruce · · Score: 2, Funny

      Too bad my university doesn't do the same for the various theory courses we have.

      Prove that P=NP. Ten points. Plus Turing Award.

  2. Link to Online Conversion of PDF results by sh0rtie · · Score: 2, Informative



    If you havent Acrobat you can use this..

    Programming Contest World Finals

  3. pdf to html by mpjetta · · Score: 4, Informative

    For those who are unable to view PDFs.

    Here is the problems PDF in text format

    1. Re:pdf to html by sinserve · · Score: 3, Funny

      The proof that you can't teach "common sense" in a CS class.
      Here we have Adobe, a very successful software company, with
      some of the finest minds in its arsenal.

      Adobe's "engineers" did not think that it would be a good idea
      to cache the pdf files they translate. So, now we have hits of
      slashdot proportions, all demanding an on the fly pdf2html translation
      of the SAME file, and dobe does every translation on its own, thus
      reverse slashdotting the original site, costing itself CPU cycles/memory,
      and costing us time!

      What is so hard about a file-URL and a creation time-stamp key, that
      hashes into an HTML file in an PDF2HTML database?

      I know this is off-topic, but you would think Adobe would know about
      common sense coding .. oh wait, this must have been done by their
      cryptography department ;-D

      P.S. this would never have happened if they released the PDF specs, or dumped
      the conversion tool in some public site (e.g. simtel)

      --

    2. Re:pdf to html by 56ker · · Score: 2, Informative

      Google give you the option of viewing a pdf file as either a cached html file or a cached pdf file - I suppose that doesn't affect people who follow a direct link but for those people (the vast majority) who go to websites from search engines it does.

    3. Re:pdf to html by XPulga · · Score: 3, Informative
      Adobe has released the PDF specs, they're here (see the File Format Specification section).

      I saw it and thought "cool, I'll make my own pdf viewer which just throws fonts away and displays text and images without screwing spacing like xpdf does". Except that the document is awfully written (that's what happens on tech companies hiring more lawyers than engineers) and contains several references to compression algorithms that are way too generic.

    4. Re:pdf to html by the+eric+conspiracy · · Score: 2

      What is so hard about a file-URL and a creation time-stamp key, that hashes into an HTML file in an PDF2HTML database?

      That still requires dowloading the original file on every request, thus slashdotting the original.

    5. Re:pdf to html by XPulga · · Score: 2

      writing in PDF is reasonably easy - there are lots of utilities and libraries that do it that are listed on Freshmeat, even a PERL CPAN module for creating PDFs. It's reading, formatting and displaying PDFs that is a pain to code.

  4. Question by los+furtive · · Score: 2

    I'm impressed that I can picture everything logicaly in my head, but that's quite a bit of code, interesting as it may be. How big were the teams and how much time did they have?

    --

    I'm a writer, a poet, a genius, I know it. I don't buy software, I grow it.

    1. Re:Question by not_wybili · · Score: 3, Informative

      There are 3 people on a team, sharing one computer. You have 5 hours to code.

  5. IT IS NOT Slashdotted already by Anonymous Coward · · Score: 2, Informative

    IT IS NOT Slashdotted already. Prove the fucking bastard that tried to karma whore wrong by clicking here

    Nice Lie Shit For Brains!

  6. Re:Slashdotted already by Jucius+Maximus · · Score: 2, Insightful
    "Not bad for Canada, a country with 31,081,900 people, compared to the USA, with about 286,686,848 [census.gov] people."

    The ratios for 2002 Olympic medals were almost identical to this. Interesting Coincidence.

    The thing about CIS and Comp.Eng at Waterloo, according to various people who are/were educated there is that the environment is totally nuts. I went to their 'campus day' a couple of years ago and I was NOT impressed. It was like nobody (in the faculty) was interested in talking to you unless it involved their current research project. Many people transfer away from the university because the courseworks demands are simply unattainable if you don't live in residence and have to take time away from the work to commute or have to worry about family life. Not to mention the course selection system (which used to be one of the best anywhere) is now totally haywire ... the software was written by their own students and the 'testing' was done by putting it into use and watching what happenned. This resulted in very much screwed up course selection and billing. As to exams, you don't know your exam schedule (or conflicts) until a couple of weeks before exams, while you know more than a semester beforehand at other universities.

  7. Re:Slashdotted already by lars · · Score: 4, Informative

    Waterloo had some problems with D. Their first submission was about halfway in, but was judged incorrect. They had 2-3 hours to fix it but never did figure out what was wrong, which is probably just bad luck. If they time spent on D had been used to do another problem, they would have saved a lot of penalty minutes too (of course, it's easy to say that after the fact).

    The 3rd place finish is still very impressive, all things considered. Waterloo has now solved the same number of problems as the winning team (for which they now award the "gold medal") for an unprecedented 7 years, I believe, even though participation in the contest has more than tripled in that time and the competition is stiffer than ever.

  8. clarification by Jucius+Maximus · · Score: 2
    parent

    I've seen many school teachers IN NORTH AMERICA who don't have a clue about order of operations.

  9. Re:MIT is over-rated... by paulschreiber · · Score: 5, Informative
    oh, whatever. waterloo is a public university (think state school). while it's more expensive than Simon Fraser (damned deregulated tuition), it's almost an order of magnitude cheaper than MIT when you factor in the weak Canadian dollar.

    UW CS tution is about CAD$5400/year. MIT tuition is about US$26,000 (CAD $40,000) per year.

    Paul

  10. Re:MIT is over-rated... by epiphani · · Score: 3, Informative
    University of Waterloo is just like every other Canadian University. It recieves subsidies from the Government to allow basically equivelent affordable cost on education in ANY field it offers.

    Unlike the US, the Canadian post-secondary education system is relatively affordable and still a decent education. (Unlike secondary School.)

    Please dont make assumptions about things you know nothing about, especially considering I was commenting on something to which I grew up within 20 minutes drive from. The UofW is without a doubt in the top 5 computer education schools in the world.

    --
    .
  11. Re:Link to HTML Version Of problems by heliocentric · · Score: 2, Informative

    That's lovely until you get a few pages into it and are told:

    "CREATED WITH UNREGISTERED VERSION"

    --
    Wheeeee
  12. compete against some of the winners at TopCoder by BigOneBitey · · Score: 5, Informative

    Many of the ACM competitors from English speaking countries compete weekly at TopCoder.

    College students and professionals alike compete against each other to solve 3-problem sets within 75 minutes (choice of C++ or Java or C#).

    Under 18 are allowed to compete as well, but not eligible for prizes.

  13. I am quite surprised by cscx · · Score: 4, Insightful

    That Fortran 90 wasn't one of the supported languages for the championship. They are allowing C, C++, Java, and Pascal. If you're a problem solver, you know your Fortran. And these are math problems, evidently. So I'm baffled as to why it's not an option. Before I see the deluge of "Fortran is dying" comments, it is still heavily used for engineering problem solving, I know for a fact, so don't give me that crap.

    1. Re:I am quite surprised by Bodrius · · Score: 4, Interesting

      I agree that Fortran 90 could have been allowed, but I'm not surprised.

      Students simply don't know Fortran, it isn't taugth anymore. I seriously doubt it would be such a great advantage in these problems, but if it were it would put most students at a dissadvantage just because they don't know it anymore than they know COBOL. Sort of like allowing Perl for a string-manipulation competition if only 1/25 students had ever seen a line of Perl.

      I don't think you have to know Fortran if you're a problem solver either. It's really not that great, and it doesn't seem so different to me as to give completely different approaches to the same problem. So I see no good reason why it should be taught more frequently either.

      Sure, Fortran 90, is quite a decent language, and it's worth checking it out; far from the horror stories I had been told about Fortran, or the old Fortran code I had to read through a couple of times.

      But there are many good languages out there, and since there are resource constraints, there's really no good reason to include Fortran if it doesn't bring something drastic to the table.

      Four C-like languages are already plenty to handle. They were chosen obviously because they're the C-like languages used to teach in 99% of CS/CE courses.

      I wonder, though, at the restriction of using only C-like languages. Being a collegiate contest, I don't think assuming some exposure to functional languages would be taking too much of a change, and that can definitely make a difference. Allowing SML/CLISP/Haskell would be rather interesting, if they make good problems.

      --
      Freedom is the freedom to say 2+2=4, everything else follows...
  14. Hark the past. by WasterDave · · Score: 2

    Page 2 - "This page is intentionally blank". IBM harking back to the good ol' days?

    Dave

    --
    I write a blog now, you should be afraid.
    1. Re:Hark the past. by mistered · · Score: 2
      You'll notice page 16 is also blank. My guess: they printed the questions out on both sides of the paper. By making each question 2 pages long the contest pack could be separated into individual questions.

      --
      Enjoy your job, make lots of money, work within the law. Choose any two.
  15. Re:Slashdotted already by CanadaDave · · Score: 2, Interesting
    I'm going there (UW) next year for grad studies, and I had a really good impression of the university when I went there to talk to some potential research supervisors. In fact I carried on non-school/research related conversations with all 3 profs that I visited. About the school work being harder at Waterloo than other schools, I'm not sure if I agree with that. Perhaps the students there work harder, but I don't think the program could be much harder than any other school. There are lots of rumours like that about schools that aren't usually true. Waterloo is a large percentage engineering and math/sciences so a large proportion of the university is whining about how hard their programs are. At other universities, a much smaller proportion of students are complaining about their courses, while the Arts students are talking about how easy it is. This is how certain sterotypes are created.

    About knowing your exam schedule a semester in advance, that is ridiculous. I've been at UBC for the past 5 years and we are always told when our exams are about 2 months before, not a semester. And that is only the exam schedule draft. The final schedule comes out about a month before.

  16. You can use lisp too by toomim · · Score: 2, Funny
    You can, actually, use scheme as well as Java and C/C++.

    Just make one person memorize the code for a scheme interpreter beforehand. Have him type it in at the beginning of the test (while the other students think about the problems), and voila -- your whole team suddenly becomes a couple-hundred IQ points smarter.

    You just have to get used to writing scheme code embedded inside of a gigantic string constant...

  17. Re:PDF by CoolVibe · · Score: 2
    Ever heard of xpdf? Look for it at your favourite software repository.

    You can btw always convert PDF to HTML at adobe's website for free. (sorry, too lazy to provide a link)

  18. ACM Programming Contest by Blue23 · · Score: 4, Interesting

    I remember years past when I was on the team competing for my university. Locals, not International. One year we had several of our guys graduate (IIRC), and were short on filling in with CS students. Well, we ended up with a Chemical Engineer who could program, and I tell you it was a blessing. He brought a whole different viewpoint to the table on how to solve things, because of having different techniques needed for his discipline.

    Iterative estimation of math problems to get the needed significant digits instead of actually trying to solve it, that sort of thing. Helped all of us open our eyes for "non-CS" ways to solve stuff.

    =Blue(23)

    --
    LITTLE GIRL: But which cookie will you eat FIRST? C. MONSTER: Me think you have misconception of cookie-eating process.
  19. Re:MIT is over-rated... by Jonathan · · Score: 5, Insightful

    As an American who did a postdoctoral stint at Waterloo, I'm proud of UW's rating in the ACM contests. But like football games, I realize that that it has little to do with the worth of the university. Do you seriously believe that, for example, poorly funded Latin American and Eastern European universities are truly better than, for, example, Cal Tech? And yet that is what would be implied by taking the rankings seriously. Some schools are just really into the contests and have organized coaching and practice sessions, and other schools just don't care much.

    Additionally, I'm always been amused by the Canadian ignorance of university tuition in the States. Sure private universities like MIT and Harvard cost a lot of money. But public universities are more or less as cheap as Canadian universties and still produce first class research. BSD UNIX was developed at UC-Berkeley. Mosaic (the ancestor of both Mozilla and IE) was developed at UIUC.

  20. Re:"TopCoder" is a sham by andrewgaul · · Score: 2, Interesting
    I question the value of a high TopCoder ranking for purposes of finding employment, but it is far from a sham. I get money to solve sometimes interesting problems and compete with my friends. The money isn't great compared to a real job (I average $20 per competition hour), but it's worth it if you enjoy solving these kinds of problems. TopCoder changed their compensation scheme about a month ago, which lowered most people's average winnings.

    As for the buzzword compliance, remember that TopCoder is a business and recruiters are its customers. TopCoder is only providing what they are asking for.

  21. USACO by datawar · · Score: 3, Informative

    If anyone is interested in a programming contest for high school kids, check out USACO (USA Computing Olympiad). They have contests throughout the year (any country can participate) which lead up to the US Open (only US participates), a 5 hour, proctored contest which then determines eligibility to go to IOI (The Computer Science World Olympiad Training Camp) from which a few kids are chosen every year to represent the US in world competitions.

    The contest style is very similar to the ACM (solve n problems in m hours) and often very interesting problems are given (just because it's high school, doesn't mean the kids are stupid :-).

    If anyone is a computer science geek in high school or a teacher of CS in a high school, you should definitely check it out.

  22. My contest story by Reality+Master+101 · · Score: 4, Funny

    When I was a sophomore(?) in high school around 1980, some friends and I entered a programming contest. I don't remember which one it was; it may even have been an ACM contest.

    Anyway, we got a bunch of problems. I ended up taking the hardest one, which would probably take all the time allotted, while the others worked on cranking out the simpler one.

    Here was the question: You have a salesman that must travel through a series of cities. Write a program to find the shortest route.

    I had never heard of the Travelling Salesman problem before.

    So I diligently tried to solve the problem. But for some strange reason, I kept running into cases that made it difficult to find the optimal, shortest route. I worked my ass off for the 2 or 3 hours that we had, and ended up running out time. I was sure there "had to be a solution", otherwise, why would they give us the problem?

    It wasn't f***ing fair, and I'm still f***ing pissed about it to this day. :)

    --
    Sometimes it's best to just let stupid people be stupid.
    1. Re:My contest story by Reality+Master+101 · · Score: 2

      Part of the score in the contest was running time. Sure, if you know ahead of time that the problem has no efficient solution, then you would just do brute force, or you would do an approximate solution and not waste your time on trying to find a correct solution..

      What's unfair is that it wasn't a level playing field -- those who knew the "gotcha" had a huge advantage over those who didn't. It's not a fair test of programming skill if the primary test is whether you knew the problem already.

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:My contest story by Tazzy531 · · Score: 2

      That's like saying that gravity is unfair...P vs NP is a fundamental theory within computer science. Can't really argue that because it doesn't go your way, it's not fair.. :-)

      --


      _______________________________
      "I'm not Conceited...I'm just a realist..."
    3. Re:My contest story by dimator · · Score: 2

      I think he means it was unfair to give such a problem to a sophomore and expect a solution in 75 minutes.

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
  23. Re:"TopCoder" is a sham by karlm · · Score: 3, Interesting
    My housemate bareley missed the semifinals (and a gauranteed $1000). He's gotten several phone calls from very interested recruiters in the past three weeks. I think his rank is currently between 25 and 30 out of some 10,000.

    If you're up there, there are companies looking to hire you. They seem like good companies too, really interesting work. Unfortunately, most of them want to hire immediately instead of waiting until June when he has his Master's.

    Every contest has it flaws, but I think TopCoder is pretty good at keeping my Java skills up. I tend to do all of my personal programming in C/C++, so I forget my Java-isms. It also teaches me some practical Java stuff that you don't learn in books. I was suprised as hell that Java lets you add and subract from character literals, for instance.

    Most of the harder problems require dynamic programming to keep you from exhausting the JVM's memory or exeeding the 8 second time limit imposed to prevent infinate loops.

    --
    Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
  24. Was anyone else... by Lictor · · Score: 5, Insightful

    ...even moderately offended by the lack of functional languages offered to the contestants?

    (I'm (not (one) of those) rabid, foaming LISP advocates) that insists *everything* is better with functional languages... but... I do believe there is a time and place for just about every style of programming. Some of those questions looked very much like the "time and place" for a nice modern functional language like Haskell. Even Scheme would've been nice... Miranda, some flavour of ML... anything.

    Perhaps there is some reasoning behind this that I'm missing. I guess I just thought it was sad that the ACM seems to be promoting the view that functional languages are too 'esoteric' even for use in a programming contest.

    1. Re:Was anyone else... by White+Shadow · · Score: 2

      No, I don't think that the ACM thinks that there is anything wrong with functional programming languages. However, it would be difficult to have the one set of problems and allow both functional languages and procedural languages. Some problems would benefit from one type of programming language. To provide consistency and make the contest more "fair," they only allow languages that are similar in power and usage.

      Although you raise an interesting point: why isn't there a separate contest for functional languages? I think that would be equally interesting.

  25. Re:PDF by jc42 · · Score: 2

    > I would love to know why you can't view PDF (Portable Document Format) files.

    Just out of curiosity, I pulled my Kyocera smartphone (the one that runs PalmOS with IP and the Eudora web browser) out of my pocket. I thought I'd check out this news item and see how well it worked from this PDA (which is rather popular around here). I was underwhelmed.

    First, I hadn't tried slashdot.org on it, so I had to do that. Jeez ... It took forever to come up, and the first zillion lines were filled with all that junk at the top with a list of links and what they do. Where's the story? Lots and lots of scrolling until I finally found what should have been at the top.

    Once I found it, it was easy enough to read, so I clicked on the link to the article. The site told me in no uncertain terms that my browser was not compatible with the site, and it wouldn't send me anything until I got an acceptable browser. The only acceptable ones, according to the site, are AOL, Netscape and IE.

    I also visited adobe.com to see about getting a PDF reader. They have one for PalmOS, but to get it, you first have to buy a Windows machine, because they only supply it inside a Windows .exe installer. If you have a Mac or linux or Sun or VMS or any other system, you can't get PalmOS software from them. Yeah, they obviously have the program, but you can't get it until you first pay the Microsoft tax.

    So what am I missing here? Could someone explain to me just how easy it is to make this article's link work on my PalmOS gadget?

    For that matter, is there a good way to read /. on a web-enabled PalmOS device? I did look around a bit, and found no clues.

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  26. The ACM contest is very outdated by Tom7 · · Score: 4, Interesting

    Yes, I agree. Not just functional, either; lots of their problems would be exquisitely tackled by a logic programming language like prolog or twelf. It saddens me that ACM is not progressive enough to encorporate even "known good languages" into their allowed set (yet would easily fall to Yet Another Procedural Language with corporate backing like Java).

    There are lots of things that suck about the ACM contest, anyway. Personally, I think that the ICFP contest is much better, because:

    - You can use any language, number of teammates, resources, etc.
    - You get several days
    - The problems are more interesting (sometimes unsolved)
    - Work at home ;)

    1. Re:The ACM contest is very outdated by felipeal · · Score: 2

      At least they have some sense of humor:

      Problem B Undecodable Codes

      Phil Oracle has a unique ability that makes him indispensable at the National Spying Agency.


      (it would be even funnier if the guy was called Bill Oracle or Ellisun Gates, but then they would had gone too far...)

  27. Re:Slashdotted already by the+eric+conspiracy · · Score: 2

    Hmmm -

    Good for Canada, but Western Europe surely had a dismal showing. Nothing in the top ten at all.

  28. Re:MIT is over-rated... by edmudama · · Score: 2

    > If you define education as sitting in an
    > institution doing whatever your teacher tells
    > you and being graded on your obedience, then
    > MIT fits in well. If you define education as
    > accumulating knowledge, then you do not need to
    > go to an institution to do that, just pick up
    > books and start reading.

    Clearly you don't know what you're talking about.

    I would say that about one-third to one-half of my classes at MIT were of the first kind.

    The rest were much more free-form, with open-ended 2-month long projects, creative works, etc, that allowed us to get into whatever we wanted to focus on, limited only by what we could learn in the given time. The amount of open-endedness only increases as you get into more advanced classes, and its really only the basic 6 (calc I, calc II, bio, physics I(statics+dynamics), physics II (electromagnetism+waves), and chemistry where the professors hold your hand and insist on a certain way of doing things. (Even those ways get argued by some of the students, who are given credit for being right when they are)

    --
    More data, damnit!
  29. Re:MIT is over-rated... by Pinball+Wizard · · Score: 2
    While im sure all of these participents are very good programmers and incredible mathmeticians, I'm fairly sure a lot of them wouldn't be able to tell you how to take two files on a Unix OS, and list only lines that appear in both in a single commandline.


    sort file1 file2 | uniq -d


    So, whats my prize ;)

    --

    No, Thursday's out. How about never - is never good for you?

  30. Re:MIT is over-rated... by paulschreiber · · Score: 2
    University of Waterloo is just like every other Canadian University. It recieves subsidies from the Government to allow basically equivelent affordable cost on education in ANY field it offers.

    As of a few years ago, the Ontario government deregulated tuition in certain professional programs (law, medicine, optometry, etc.) and some ATOP (Access To Opportunities Program, an expansion of "high tech" programs) ones (computer science, computer engineering), etc.

    If you actually read the page I gave you, you'll see that tuition varies by faculty and program. Arts is $4400/year, while Computer Engineering is $6700/year.

    Please dont make assumptions about things you know nothing about, especially considering I was commenting on something to which I grew up within 20 minutes drive from. The UofW is without a doubt in the top 5 computer education schools in the world.

    First of all, I don't believe you, because anyone from Waterloo calls it UW, not "UofW." Second of all, I have a BMath (Computer Science) from the University of Waterloo (2001), so I know a thing or two about their CS program. :-)

    Paul

  31. Re:Slashdotted already by Jucius+Maximus · · Score: 2
    "IT IS NOT Slashdotted already."

    Sorry I thought it was slashdotted ... I opened the site just after the article went up and it took about 5 minutes to load. I later found out that this actually happenned because someone else on this shared 28.8 connection was downloading a big image.

  32. Re:Slashdotted already by Jucius+Maximus · · Score: 2
    "I believe you're talking about "Quest" which wasn't programmed by students, but by Peoplesoft."

    I stand corrected. A former w'loo Engineering student told me is was programmed by other students at that university.

    "It's absurd to think the time saved by walking/biking to school or back would make any difference in the world."

    I can attest to the fact that it DOES make a difference. Currently I drive to university (not waterloo) every day. And compared to my friends who live in residence, I have MUCH less time to do work. You see, I have to get up over 90 minutes earlier because I have to eat, shower, prep the car (remove snow/ice if necessay), drive, find a parking spot, walk from the parking to the lecture hall before class. While all they have to do is get up, wash their face, go to the 8:30 class and then eat/shower after it. And of course I don't have my computer and home resources on campus. I can't bring all my books with me (too heavy/bulky.) I have to drive home at the end of the day and help my younger brother with his homework and sometimes cook dinner (compared to friends on a meal plan.) That's 2-3 hours per day that the non-commuting people have over me. That's 120-180 hours per semester. Is it absurd that this much time would make no difference?

    "It would be nice to have it sooner, but how can an exam schedule be determined before people stop switching courses?"

    All they have to do is schedule the times but not the rooms. At my university, we know during course selection if we will have conflicts. This is especially important for people who are on weird schedules. We find out the exam room (which depends on the size of the class) maybe 2 weeks before exams.

  33. Way too academic and math oriented by mesocyclone · · Score: 2
    This programming contest looks much more like an odd math contest and one that measures skill in computer programming.


    Almost all of it is about optimization problems. I see little place for real-world issues like abstraction, concurrency, standardization, business problems (i.e. unstructured complexity).


    I am sure it is good fun, and is a good predictor of math intelligence, but I would not call it a programming contest.


    Then again, Computer "Science" has all too frequently been treated and taught as a wierd form of math, when almost all uses of it are in engineering. This may be one reason for the embarassingly slow progress in the field.

    --

    The only good weather is bad weather.

    1. Re:Way too academic and math oriented by bmetz · · Score: 2

      And I suppose you've come up with just such a set of problems and a methodology to judge them? Didn't think so.

      Your complaint is common but poorly thought out one. Yes, in some magical theory land where CS professors frolic in a field of daises maybe this would work out great. Software elegance in a timed environment is a dumbass idea. The high pressure environment is completely at odds with slow,deliberate,well thought out designs. If you're timed the most appropriate situation is "get it to work at all costs".

      Most often the people who raise this complaint are people who were kicked off a programming team or never qualified in the first place.

      --
      What did you eat today? http://www.atetoday.com/
    2. Re:Way too academic and math oriented by mesocyclone · · Score: 2

      You seem to have misread my comment. I am against the magical theory land. I have been a professional programmer since before there *was* a discipline called computer science. Please read more closely!

      --

      The only good weather is bad weather.

    3. Re:Way too academic and math oriented by mesocyclone · · Score: 2

      Generally, a field of study ending in the word "Science" is not a science, but rather a field desiring the status accorded a science.

      Examples: Social Science, Political Science. Note that although some refer to Physics as "Physical Science" - the real term is Physics. Same in other areas.

      In computers, the term Computer Science is truly bizarre, because there is no natural phenomenon to study. More suitable names might be:

      Computational Mathematics (for those who want the pure math approach)

      Computer Engineering (for those who want to learn how to do something real with computers, and understand what they are doing).

      Computer Programming (for those who want to learn how to program computers without understanding what is going one behind the covers).

      When I first started in computers, there was no such field as "Computer Science." There were three departments in the typical university that were teaching computer related classes:

      Math - generally taught a lot of obscure stuff such as formal linguistic theory (useful if you are devising a new computer language - for all three people who do that), computability theory, and other interesting theories that very rarely are used by those who actually work with computers (although some of the results may be very important).

      Engineering - Two variants - typically with many courses in common: Those that focused on building computers, and those that focused on using computers- typically in Fortran.

      Business - generally taught with the computer as a black box that could do things if programmed in Cobol.

      I do not mean to sparage any of the the above ways of studying computers. All have their place. But to give them all a name ending in Science - or to even give them all the same name - is nonsense!
      To this day, Computer Science suffers from the problem of definition.

      --

      The only good weather is bad weather.

    4. Re:Way too academic and math oriented by pclminion · · Score: 2
      Almost all of it is about optimization problems. I see little place for real-world issues like abstraction, concurrency, standardization, business problems (i.e. unstructured complexity).

      Well, you see, that stuff isn't difficult.

    5. Re:Way too academic and math oriented by mesocyclone · · Score: 2

      Wrong. It is extremely difficult in many cases.

      --

      The only good weather is bad weather.

    6. Re:Way too academic and math oriented by mikera · · Score: 2

      I agree it's extremely difficult in many cases, but that is because of the human/management dimension rather than the programming complexity.

      The coding is easy.

  34. Re:MIT is over-rated... by Pinball+Wizard · · Score: 2

    Well, I was being facetious, but since you asked...

    1 - I am assumming duplicate lines have already been removed from file1 and file2. I don't know how you could remove them and find the same thing in both files, all in one command line.

    2 - Knowledge of command line programs doesn't necessarily equate with knowledge of programming, but the two aren't necessarily exclusive, either. Unix command line programs are designed to be strung together at the command line with pipes and frequently have several command line options. What if I told you that sort file1 file2 | uniq -d used the quicksort algorithm and performed its task in O(n log n) time? Does the fact I solved a problem with the Unix command line make my solution any less relevant?

    --

    No, Thursday's out. How about never - is never good for you?

  35. Re:MIT is over-rated... by csbruce · · Score: 2

    Smart canadian kids with $$$ go to UofW.

    It doesn't cost an arm & a leg to get a university education in Canada. This is why there are so many educated Canadians available to go to work in America. Er, wha...???

    The main thing about U(W) is that you need impossibly high grades to get in.

  36. Re:Slashdotted already by DataSquid · · Score: 2

    Amen to that. 4A here I come....

    --

    DataSquid.net, a little about me.
  37. Re:MIT is over-rated... by paulschreiber · · Score: 2
    I thought that Mathies were supposed to call it "U(W)". ;-)

    Nah, that's just mathNEWS that does that. And yes, that is how they spell it.

    Paul

  38. Re:Public? As in... by paulschreiber · · Score: 2
    I'm a student at the University of Waterloo, and we're not quite a 'state school'. We get funding from our government (which is a province, btw, not a state) and private industry, but all of the students have to pay tuition.

    Yeah, I know how UW is funded, I went there. :-) I said "think state school" for our American friends. UW is a lot closer to a state school (UC Berkley) than a private one (Stanford) in terms of its funding model.

    If you read the UW overview, you'll see that it is described as a public university where the provincial government pays 55 percent of the cost of the education.

    Which, if you're a foreign student, costs $24 000 a year, instead of the $5 400 Canadian students pay (our government subsidizes half of the cost of tuition)

    You're off by a factor of two. International tuition fees are CAD$13,700 (USD $8500).

    You might want to recheck your facts. And tuition isn't deregulated in Ontario yet. :P

    It is, for certain programs, like computer science, medicine, law and some engineering disciplines. See this Gazette article from 1998.

    Check your facts.

    Paul