7 kyu

Upper <body> Strength

594 of 1,431coudrew
Description
Loading description...
Fundamentals
  • Please sign in or sign up to leave a comment.
  • ahmadSaeedGoda Avatar

    Okay, i think it must be crystal clear that after every mistake Alex has to redo the failed kata solution .. Thus, consumes more 6 minutes for next trial! Hence, only after successful submission of each kata we can mark it solved and subtract calculated time for this particular kata from the total time provided! Shouldn't the description be that clear?

    Guys, the kata is marked as FUNDAMENTALS and Ranked as 7 KYU. Isn't it?

    Being tricky by hiding important info for solving the challenge is different from making the challenge more complex by racking up complexity & difficulty like utilizing different data-structures and/or algorithms for the sake of solving the problem and being really trained on PROGRAMMING.

    Brevity is different from conciseness.

    Maybe it can be a fit for PUZZLES. But IMHO making the description clear is the way to go! Think of it as a task handed/provided to you in a day-to-day job/work on a task management tool like Jira for instance, would you like to get your tasks described that way? People are here to practice programming I swear, Ain't they?! At least this is the fundamental and principal and main and master and ultimate goal. Then, whoever wants puzzling should visit the relevant space/tag/criteria on-purpose and expect this kind of tricks and be on their own, shouldn't they?

    Please review this and LMK your thoughts =)

    Kind Regards,

    BTW, the kata is great. Fun, well-designed, well-solved, and well tested. I liked it so much! Just like it to be perfect and help future folks avoid questioning themselves and think that tests are written in a wrong manner or mistakenly!

  • SS-Stefanov1 Avatar

    This comment has been hidden.

  • mohdmujtabaa Avatar

    Nice Kata, worth the time I spent on it. Thanks to everyone who contributed.

  • cuadchris Avatar

    Pleasantly tricky. Nice kata!

  • jpc Avatar

    maybe i'm not understanding the kata right. I don't get how 6 katas in 60 minutes can afford 2 mistakes as is seen in one of the tests in rust.

  • medoed32 Avatar

    text output floated in tests (Golang):

    With numberOfKatas = %!k(int=11), timeLimit = 120

  • max30272 Avatar

    The discription should be more clear for beginners.
    For example, highlight the kata takes time and pushup time.
    They are coming for coding, not reading.

  • RealPirate Avatar

    I don't why but i think this kata should be at least 6 kuy, it took me longer than others 7 kuy's.

  • trashy_incel Avatar

    fixed tests from C should be added to JavaScript, or the RNG tweaked: my solution is wrong, but passed

    it fails these tests:

    dotest(20, 125, 1);
    dotest(20, 135, 2);
    
  • joewhocodes Avatar

    Hahaha I hated this one. Took me so long.

  • laurelis24 Avatar

    Spent some good time on this one. I think while loop for this one would be better. Recursion for practice

  • user1430804 Avatar

    made me think a little ... thank you for this one !

  • ejini战神 Avatar

    Coffeescript

    Crystal

    Julia

    (author inactive)

  • user9644768 Avatar

    Ruby 3.0 should be enabled, see this to learn how to do it

  • user9644768 Avatar

    Please use new python test framework.

  • Unnamed Avatar

    Haskell random tests use negative values of numberOfKatas. it "returns the correct number of mistakes" $ property $ \x -> should be changed to it "returns the correct number of mistakes" $ property $ \(NonNegative x) ->

  • freeman42x Avatar

    It seems the submission tests are using Int (32) for arguments and return value but are operating with values outside those bounds, see:

    returns the correct number of mistakes Falsifiable (after 1 test): expected: 60 but got: 62 0 8337374094012673832

    Could you change them to be typed as Integer please? Cheers

  • Anoop Goudar Avatar

    Question was not described clearly. I thought the guy will take 6 mins for correcting his mistake and 5 mins for pushups after a wrong attempt. The additional 6 mins which I was substracting from the time left was leading me to the wrong reslut and also wasted lot time.

  • rowanblush Avatar

    This comment has been hidden.

  • webtechalex Avatar

    Solved yesterday when going through the katathon list I missed last week. Thanks @coudrew, I'm honoured! ;)

  • sfr Avatar

    Needs sample test cases for Python.

  • gomesalexandre Avatar

    All good ;) upvoted and rated difficulty