• 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
code_MP Avatar
Name:Michael
Clan:Edeka
Member Since:Oct 2016
Last Seen:Jul 2017
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored (13)
    • Needs Resolution
    • Custom User Avatar
      • code_MP
      • commented on "Perimeter of squares in a rectangle" csharp solution
      • 9 years ago

      This solution returns 8 if n=0, which is wrong. n=0 isn't forbidden in the description, maybe the testcases should be updated.

    • Custom User Avatar
      • code_MP
      • commented on "The A - B Problem" kata
      • 9 years ago

      whoa, that's brutal...
      Apparently the Kata editor only validates the full tests - the example tests aren't validated/executed at all. That's why I missed that problem.
      Moved the function to preloaded - should be working now with full tests and example tests.
      Thank you guys, I learned something today ;)

    • Custom User Avatar
      • code_MP
      • commented on "Average Scores" kata
      • 9 years ago

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

    • Custom User Avatar
      • code_MP
      • commented on "Average Scores" csharp solution
      • 9 years ago

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

    • Custom User Avatar
      • code_MP
      • commented on "The A - B Problem" kata
      • 9 years ago

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

    • Custom User Avatar
      • code_MP
      • commented on "National Bath Safety Month" kata
      • 9 years ago

      You're right - anybody can rename these. I just meant it'd be nicer if the prepared names are 'meaningful'. It's good practice - and authors should lead by example, especially in a fundamental (beginner level) kata ;)

    • Custom User Avatar
      • code_MP
      • commented on "The A - B Problem" kata
      • 9 years ago

      There is no 'correct' return value - there are many. To be more precise:

      (9 * NoOfDigitsInResult) - 1

      many. (-1 because the leftmost digit mustn't be 0)

    • Custom User Avatar
      • code_MP
      • commented on "The A - B Problem" kata
      • 9 years ago

      Translated to C#.

    • Custom User Avatar
      • code_MP
      • commented on "Number climber" kata
      • 9 years ago

      If I'm not mistaken solutions become obsolete when the testcases change. Not sure if that will affect the voted level though - probably not.

    • Custom User Avatar
      • code_MP
      • commented on ""Finding Remainder Without Using '%' Operator" C# Translation"
      • 9 years ago

      Since the description named the parameters 'dividend' and 'divisor', the provided example code should use them. (although - beeing a lazy programmer - I prefer the short names you used)

    • Custom User Avatar
      • code_MP
      • created a suggestion for "National Bath Safety Month" kata
      • 9 years ago

      Hey pete,

      I think it would be nice to rename the parameters. Instead of 'x' for bath use 'b' (or even use verbose param names). Enhances readability imho

    • Custom User Avatar
      • code_MP
      • commented on "Number climber" csharp solution
      • 9 years ago

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

    • Custom User Avatar
      • code_MP
      • commented on "Number climber" kata
      • 9 years ago

      Given the constraint of creating the numbers in ascending order, many of the solutions have to be considered as false, since they don't "obey" the rules.
      In my opinion this kata is a tad too difficult for a 7kyu, given the constrains.
      See my Solution https://www.codewars.com/kata/reviews/57d4f9bac56ee0809a00000e/groups/582421067a8cb3e2120021a3 for a detailed explanation (with spoilers. Lots of...)

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...