• 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
martin.p Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2023
Last Seen:Apr 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (18)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Argile5
      • commented on "Set Reducer" kata
      • 15 months ago

      Yea, Its alot harder kata than 7

    • Custom User Avatar
      • Haze01
      • commented on "Time until distance between moving ships" kata
      • 2 years ago

      Interesting Kata, thanks.

    • Custom User Avatar
      • 1.7xr
      • commented on "Time until distance between moving ships" kata
      • 2 years ago

      Easy and fun!

    • Custom User Avatar
      • martin.p
      • commented on "Time until distance between moving ships" kata
      • 2 years ago

      This seems super complicated for 7 kyu.

    • Custom User Avatar
      • martin.p
      • commented on "Jumping Number (Special Numbers Series #4)" kata
      • 2 years ago

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

    • Custom User Avatar
      • martin.p
      • commented on "Jumping Number (Special Numbers Series #4)" kata
      • 2 years ago

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

    • Custom User Avatar
      • Chrono79
      • commented on "Set Reducer" kata
      • 2 years ago

      When your function has reduced the array to a single integer following these rules, it should return that integer.

      13 is a single integer, you don't need to return a number with a single digit.

      [1, 7, 0, 6, 1, 9, 0, 7, 1, 6, 0, 9, 0]
      [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
      [13]
      13
      
    • Custom User Avatar
      • ah2023
      • commented on "Set Reducer" kata
      • 2 years ago

      Sorry. I should have written "the test result should be 1 not 13"

      the description says:
      "Numbers with no identical numbers preceding or following it returns a 1"
      Therefore I would expect 13 gets reduced to 1.

      I suppose, the following reduction is correct?
      [0, 1, 1] -> [1, 2] -> [1, 1] -> [2] -> 2
      Don't you agree?

    • Custom User Avatar
      • NunoOliveira
      • resolved an issue on "Set Reducer" kata
      • 2 years ago

      No, 13 is correct. Not a kata issue. See https://docs.codewars.com/training/troubleshooting/#post-discourse.

    • Custom User Avatar
      • martin.p
      • commented on "Set Reducer" kata
      • 2 years ago

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

    • Custom User Avatar
      • hobovsky
      • commented on "Set Reducer" kata
      • 2 years ago

      A very poor report.

    • Custom User Avatar
      • hobovsky
      • commented on "Set Reducer" kata
      • 2 years ago

      Why? as far as I see, the expected answer for this test is indeed 13?

    • Custom User Avatar
      • ah2023
      • created an issue for "Set Reducer" kata
      • 2 years ago

      the test result should be 2 not 13:
      input: [1, 7, 0, 6, 1, 9, 0, 7, 1, 6, 0, 9, 0],
      output: 13,

    • Custom User Avatar
      • martin.p
      • commented on "Balanced Number (Special Numbers Series #1 ) " kata
      • 2 years ago

      That test-case where 13 is a "Balanced" number should be better explained and an example with a 2-digit number added to description imo.

    • Custom User Avatar
      • martin.p
      • commented on "Set Reducer" kata
      • 2 years ago

      I notice a pattern on here where a lot of beginner katas (7kyu etc) are becoming near-untouchable for someone actually at that level, people complain about it, only to be countered by a bunch of 1 Kyu & 1 Dan folks with "it's actually correct to be 7kyu because... ==> <proceeds to list a bunch of concepts that are a solid 8-12 months away for someone who's actually 7 kyu>."

      Even the author of this kata (see below) has estimated it to be at 4 Kyu FFS.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...