Ad
  • Custom User Avatar

    and there it was. a whole library that fixes the problem in no time, shitting on my algorithm that timed out 10 different times

  • Default User Avatar

    It'll feel good when you beat it though. :)

  • Default User Avatar

    this one is an absolute beast. it has kicked me in the pants at least five times now, causing me to scrap refactoring and start fresh again and again. i wish i had to mark this comment as including spoiler content lol. but it's just a note of desperation.

  • Default User Avatar

    yes. apparently the tests don't catch O(n^2) solutions despite the description.

  • Default User Avatar

    100%. there are plenty of unoriginal, poorly constructed/described/tested katas on here. this is clearly not one of them. it's a disservice to the community and the authors not to differentiate the good stuff from the bad by voting rationally.

  • Default User Avatar

    man, this isn't your daddy's 6 kyu kata lol. good one tho.

  • Default User Avatar

    Should be used as referee as it is the fastest solution.
    Or gmpy2 should be forbidden as BigInt is forbidden in Java.

  • Custom User Avatar
  • Custom User Avatar
  • Custom User Avatar

    Fork that should fix this issue.

    • ReferenceImplementation.result returns now a list of acceptable names ;
    • _test_most_weekend_birthdays checks that the actual name is in the expected names ;
    • remove the allow_raise = True param in the last tests before the random ones.
  • Default User Avatar

    test fails with 'Issue with shared date of birth' message for inputs:

    [('Urma', '2002-03-06'), ('Victor', '2002-03-06'), ('Xavier', '2004-03-01')] , '2022-12-31'
    

    Urma and Victor have the same birthdate (and more weekend birthdays than Xavier). according to the kata description, the tests should accept either Urma or Victor, but they reject Victor.

  • Default User Avatar
  • Default User Avatar
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    What? I avoid this approach on purpose. I try to solve these challenges without googling at all. And if I google I only google small part of what I need. After solving it, I look for good solutions among the answers to learn from. This is not one of them. My answer is horrible, but it shows the actual implementation. The solution of this guy is "google a module that solve the entire problem". But I already know how to google. So I'll have a look for someone further down that actually managed to solve the problem

    Do you really wish you thought of googling? Because that is all this answer requires if you don't have the library name in your head.

    It's like saying "wish I had used chatGPT to solve this problem"
    Sure, you may use chatGPT as a tool in your work, but it would remove entire point of coding challenges

    Solutions like these aren't allowed in most coding interviews. It's not impressive. It does not show skill. It is not educational. At this point I wonder why even post a solution at all? What do you get from it? It's like voluntarily taking a math quiz for fun, but then copy paste all the answers from the solution manual

  • Loading more items...