View Poll Results: Would you like an algorithm contest to be held

Voters
11. You may not vote on this poll
  • YES i like it since every one can contest including non programmers

    3 27.27%
  • NO contests are only for Programmers who are good at C

    2 18.18%
  • I DONT CARE...

    6 54.55%

Thread: How abt an algorithm and logic contest

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Lightbulb How abt an algorithm and logic contest

    Well the contests conducted by ygfperson are great.. But dont you think that people who are not that good at languages but are very good at algorithms and logics are left out.. how about an algorithm contest where the contestants has to propose a possible soultion for a given problem... The problem may be like "How to attain maximum encryption strength using a normal XOR encryption" or how can a program which solves a quadratic problem be written/... etc etc

    Well if the poll says yes then i request ygfperson to hold a contest like this along with the other contest.....

  2. #2
    Davros
    Guest
    You need more challenging contests.

    A normal XOR algorithm is, by default, very weak.

    Solving quadratic equations is trivial.

  3. #3
    goose
    Guest
    Well, I don't know that an algorithm design contest would be very fitting for this board. Almost certainly, any algorithm produced, if it has any practical value, a more effective/efficient version will already exist, produced by graduate students/researchers no doubt.

    Additionally, I doubt that there are enough people here who would take the time to both design, prove the time complexity of, and prove correct any non-trivial algorithm, or perhaps not even enough who can actually do so. Also, there would have to be judges significantly better at such things than those entering for there to be any confidence put in the rankings.

    Is this what you have in mind vasanth?

    Instead, what about a contest to produce the most effective implementation of some non-trivial, yet relatively obscure (can't Google and expect to win) algorithm?

    I'm sure that most people here would be on fairly equal footing for something like that, as there would not be the irritating issues of coming up with kludgely solutions for cross-platform compatibility, or trying to learn out-dated and otherwise fairly useless console graphics libraries.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. lens drawing algorithm
    By manav in forum Game Programming
    Replies: 6
    Last Post: 05-17-2008, 01:10 AM
  2. Some logic help please
    By Herz in forum C++ Programming
    Replies: 10
    Last Post: 02-24-2008, 07:48 AM
  3. looking for a little bit of help with my logic
    By kstar in forum C++ Programming
    Replies: 2
    Last Post: 11-25-2006, 09:13 AM
  4. New Monthly Contest!
    By PJYelton in forum Contests Board
    Replies: 50
    Last Post: 03-22-2005, 08:27 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM