• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
GitQuick Avatar
Name:Unknown
Clan:Unknown
Member Since:Dec 2021
Last Seen:Mar 2024
Profiles:
Following:0
Followers:3
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (36)
  • Needs Resolution
  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Diagnosing Hypertension" kata
    • 3 years ago

    Thank you! Corrected

  • Custom User Avatar
    • GitQuick
    • resolved a suggestion on "Pill Pusher" kata
    • 3 years ago

    Thanks done

  • Custom User Avatar
    • GitQuick
    • commented on "Pill Pusher" kata
    • 3 years ago

    thanks corrected the example

  • Custom User Avatar
    • GitQuick
    • commented on "Pill Pusher" kata
    • 3 years ago

    Thanks. Changed that part to match what it says earlier in the problem:
    " can be made with any amount of pills a and/or b "

    let me know if you think it works this way!

  • Custom User Avatar
    • GitQuick
    • commented on "Prostate cancer recurrence rates (Phoenix)" kata
    • 3 years ago

    Thank you. added a hardcoded case to test this as well as approx 5% of the random cases

  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Prostate cancer recurrence rates (Phoenix)" kata
    • 3 years ago

    Thank you for this! I altered it from recurrence_rate to recurrence but missed that spot.
    corrected

  • Custom User Avatar
    • GitQuick
    • commented on "Prostate cancer recurrence rates (Phoenix)" kata
    • 3 years ago

    Solution corrected thanks for picking this up

  • Custom User Avatar
    • GitQuick
    • commented on "Prostate cancer recurrence rates (ASTRO)" kata
    • 3 years ago

    Even though 1.47,1.96,2.89 is 3 numbers it is only TWO consecutive increases (1.47->1.96 and 1.96->2.89)

  • Custom User Avatar
    • GitQuick
    • commented on "Diagnosing Hypertension" kata
    • 3 years ago

    Thank you for the question. You are not the only person that thought like this.

    In this kata, the average of ALL of the pressures in the array must be evaluated to see if the patient meets the first or second criteria.

    The "minimum of 2 measurements" means that if the patient has less than 2 measurements in the array, do not evaluate it with the first or second criteria (for example index 1 in the instruction example)

    Let me know if this is more clear

  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Prostate cancer recurrence rates (ASTRO)" kata
    • 3 years ago

    Great pickup thank you. I have amended the random generator to prevent the nadir appearing mor than once and I will clarify in the description that the nadir value will appear only once.

  • Custom User Avatar
    • GitQuick
    • commented on "Diagnosing Hypertension" kata
    • 3 years ago

    excellent thank you

  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Prostate cancer recurrence rates (ASTRO)" kata
    • 3 years ago

    Thank you. added a few percent chance of a the minimum being moved to the last few values after generating the patient

  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Diagnosing Hypertension" kata
    • 3 years ago

    Thanks added this import although since it worked before that I'm not sure I understand what it does

  • Custom User Avatar
    • GitQuick
    • resolved an issue on "Prostate cancer recurrence rates (Phoenix)" kata
    • 3 years ago

    Thank you for identifying this. I realize now I should (obviously) have not compared floats the way I initially tried.

  • Custom User Avatar
    • GitQuick
    • commented on "Prostate cancer recurrence rates (ASTRO)" kata
    • 3 years ago

    Thanks for this interesting finding. I have added a fixed test for 3 increasing values before the nadir (and a couple more) as well as increasing the number of random tests to 1000 because the solutions are quite fast anyway. Do you think it would be better to edit the random generator?

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...