Day 7: Camel Cards

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there’s at least 100 2 star entries on the global leaderboard

🔓 Thread has been unlocked after around 20 mins

  • SteveDinn@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    7 months ago

    I barely registered a difference between part 1 and part 2.

    Part 1: 00:00:00.0018302
    Part 2: 00:00:00.0073136
    

    I suppose it took about 3.5 times as long, but I didn’t notice :P

    Edit: I realize that I made the implicit assumption in my solution that it doesn’t make sense to have multiple jokers be interpreted as different values. i.e., The hand with the maximum value will have all Jokers interpreted as the same other card. I think that is true though. It worked out for me anyway.

    • purplemonkeymad@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      Yea I was thinking there might be a simplification trick, but also figured “there can’t be that many combinations right?” I suspect that was probably an intended optimisation.