Thread: Almost Daily Contest #1

  1. #31
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    On that last one, is this case sensitive? Also, what about spaces, numbers, punctuation, etc?

  2. #32
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    I'd like to let everyone know how happy I am that so many people are participating. I'm tired because it's a lot of work organizing the entries and grading them, but still fun. Of course, I'm very glad that I have the next "Almost Daily" contest lined up or it would take a while to make another one.

    >is inline assembler allowed?
    Nope.

    >Having a complexity of O(n) would mean that it only loops through the entire string once, right?
    O(2n) is still linear, you're safe.

    >for the prototype, I assume you mean just a 'long' and not a 'long double'?
    I meant long double. A lot of the entries missed that.

    >On that last one, is this case sensitive? Also, what about spaces, numbers, punctuation, etc?
    By character I mean everything under the sun that can fit in a char. A couple of entries missed that one (you know who you are ).

    Update:
    Here are the current entries that have been graded (ordered by time submitted, not score, so ha! ):

    BEGINNER LEVEL
    --------------
    Speedy5
    XSquared
    vasanth
    ygfperson
    Wledge


    INTERMEDIATE LEVEL
    ------------------
    Speedy5
    JaWib
    XSquared
    ygfperson
    Lucifuri0us
    Wledge


    ADVANCED LEVEL
    --------------
    Speedy5
    Sean345
    FillYourBrain
    Hammer
    KurtSerge
    XSquared
    vasanth
    ygfperson
    Lucifuri0us
    Wledge
    My best code is written with the delete key.

  3. #33
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Thanks to everyone who participated in this contest. Keep an eye out for the next one in the next day or so. Possibly tonight if I have the time to put it all together.

    The results are in the thread titled "ADC #1 Results".
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Almost Daily Contest Details
    By dagdarian in forum Contests Board
    Replies: 4
    Last Post: 01-25-2005, 05:03 AM
  2. Almost Daily Contest Details
    By Prelude in forum Contests Board
    Replies: 29
    Last Post: 09-19-2004, 10:32 PM
  3. Almost Daily Contest #4
    By Prelude in forum Contests Board
    Replies: 35
    Last Post: 08-25-2003, 08:54 AM
  4. Almost Daily Contest #3
    By Prelude in forum Contests Board
    Replies: 29
    Last Post: 08-16-2003, 08:48 PM
  5. Almost Daily Contest #2
    By Prelude in forum Contests Board
    Replies: 37
    Last Post: 08-09-2003, 10:51 PM