Thread: IDEA: Problem Solving Contests

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    IDEA: Problem Solving Contests

    how about this:

    if this topic is picked, a problem is picked at random by me, and the contestants must write a program to solve it. i want the problem to be picked randomly at the moment the contest starts so no-one has a head start.

    example
    problem: given a grid of new-york-city intersections, find the fastest route to point x. (the grid will be in raw text, not as an image file, to make things easier)


    that's not the best example i can come up with, but i hope i've conveyed the message. what do you all think?

  2. #2
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    I can give you some problems from combinatorics (a very evil math) if you would like. If you want to write a program to solve one it takes a lot of thinking to come up w/ an algorithm

  3. #3
    Green Member Cshot's Avatar
    Join Date
    Jun 2002
    Posts
    892
    [inside joke]
    Great idea! You must be a genius for coming up with this
    [/inside joke]
    Try not.
    Do or do not.
    There is no try.

    - Master Yoda

  4. #4
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Well it is a good idea.. this is what i have been waitin for all these days.. problems where the solving skill is more important...

  5. #5
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by Cshot
    [inside joke]
    Great idea! You must be a genius for coming up with this
    [/inside joke]
    i have to give credit where credit is due...

    on to other news...

    cshot came up with the idea in the flashdaddee chat room, and i know vasanth has been for this type of contest since the beginning.

    I can give you some problems from combinatorics (a very evil math) if you would like. If you want to write a program to solve one it takes a lot of thinking to come up w/ an algorithm
    sure! just pm me any ideas you have for problems. (that goes for anyone out there)

  6. #6
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    i agree... ok we will surely send in idea.. I always believe that a programmmer should be first be good at solving problems that is understanding algorithms and finding algorithms for problems.. Coding and syntax is secondary.... Since if you forget syntax etc etc we can always llok at tutorials and books.. And programming style automatically evolves as we program... . And i think contests like the one you have said tests the actual skill of a programmer and his problem solving abilities rather than his ability to remember syntax... WAY TO GO.........

  7. #7
    Former Member
    Join Date
    Oct 2001
    Posts
    955

    Unhappy

    Well, I do hope it works in here... You have my problems if you want

    Osk

  8. #8
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Sounds interesting. Is it going to more of a real time thing? Like, everyone meets in some chat room (perhaps a reason for a cprog.com chatroom to actually takeoff?) and the problem is given at some predetermined so we can all meet up?
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  9. #9
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    for now i'm going to list the option with all the other ideas for voting on. (the option will only read 'problem solving' and not point to a specific idea, which will be selected at random).

    then i give out the problem, probably the one osk has suggested to me, in the sign-up thread. it should go on like a normal contest from then on. i'd like to do at least 1 contest like this before we change anything else.

    suggestions, though, are always welcome.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bin packing problem....
    By 81N4RY_DR460N in forum C++ Programming
    Replies: 0
    Last Post: 08-01-2005, 05:20 AM
  2. Words and lines count problem
    By emo in forum C Programming
    Replies: 1
    Last Post: 07-12-2005, 03:36 PM
  3. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM
  4. binary tree problem - help needed
    By sanju in forum C Programming
    Replies: 4
    Last Post: 10-16-2002, 05:18 AM
  5. C++ problem solving, HELP....PLEASE
    By Dana in forum C++ Programming
    Replies: 3
    Last Post: 09-25-2001, 04:05 PM