I think this is a great idea. Some of my fondest experiences when I was a young-and-budding programmer were challenges of this sort. I remember two in-particular. One was a day-long programming contest I participated in in highschool. At the beginning of the contest we were given a game (in this case, it was battleship-like) and we had 4 hours to design and code a program to play it, then after lunch our programs were pitted against each-other with the best program winning. The other happened when I was in college. Everyone in my class had to write a program to solve a sliding-tile type puzzle. For grading all of our programs were given the same input and benchmarked and the one that solved it fastest got the highest grade.

My only concern is that a Perlmonks programming challenge like this could really burn up a lot of my free time :)


The Seekers of Perl Wisdom posts where several monks post responses, and then someone benchmarks them seem to be popular. I think "write code to perform task X the fastest" challenges would be great and much easier to come up with "have program X and Y fight to the death" in a strategy type game contents. The ideas could be based on real problems.

In reply to RE: Some contests? by lhoward
in thread Some contests? by Rydor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.