• 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
nimaij Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2018
Last Seen:Nov 2021
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (22)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • John Lebens
    • commented on "Kaprekar Split" kata
    • 2 years ago

    This felt hard for a 7 kyu IMO.

  • Custom User Avatar
    • RNOH
    • commented on "Kaprekar Split" kata
    • 4 years ago

    nice kata!

  • Custom User Avatar
    • Protocol_SW
    • commented on "Kaprekar Split" kata
    • 4 years ago

    Hi! Please could you add explanation describing addition. I mean, parts of the raised number. Thank you!

  • Custom User Avatar
    • Wanderingx
    • commented on "Kaprekar Split" kata
    • 4 years ago

    please fix javascript. Thx good kata btw

  • Custom User Avatar
    • Rud1
    • commented on "Kaprekar Split" kata
    • 4 years ago

    Thank you for the feedback, but after checking, the python code at the end of the link doesnt appear as a direct solution for this problem (while related).
    Since this is a 7kyu kata, that looks fine to me.
    Have you tried it, did it pass the tests ?

  • Custom User Avatar
    • nevergiveup93
    • commented on "Kaprekar Split" kata
    • 4 years ago

    on the link provided for kaprekan number at the end there is a solution coded in python! Probably better replace it with another link

  • Custom User Avatar
    • Rud1
    • commented on "Kaprekar Split" kata
    • 4 years ago

    Thank you Kacarott !

  • Custom User Avatar
    • Kacarott
    • resolved a suggestion on "Kaprekar Split" kata
    • 4 years ago

    Approved.

  • Custom User Avatar
    • Rud1
    • commented on "Kaprekar Split" kata
    • 4 years ago

    Could someone please review ?
    Seems both author and initial translator are inactive for a long time ...

  • Custom User Avatar
    • Rud1
    • created a suggestion for "Kaprekar Split" kata
    • 4 years ago

    Python translation kumited :
    https://www.codewars.com/kumite/5b709bea4eb880133300005a?sel=605d3f58d69b730033e1616a
    Please review and approve.

  • Custom User Avatar
    • nimaij
    • commented on "Convert string to camel case" kata
    • 7 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Array.diff" kata
    • 7 years ago

    That's exactly the issue, read this

  • Custom User Avatar
    • nimaij
    • commented on "Array.diff" kata
    • 7 years ago

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

  • Custom User Avatar
    • FArekkusu
    • commented on "Array.diff" kata
    • 7 years ago

    Maybe you shouldn't modify the input?

  • Custom User Avatar
    • nimaij
    • commented on "Array.diff" kata
    • 7 years ago

    There is something wrong with the random test cases for ruby. For all the random cases, the expected answer is [] regardless of the input.

    The following is my code which should work, but is failing all the random test cases due to the bug.

    def array_diff(a, b)
    diff = a.select { |x| !b.include? x}.each {|x| a.delete(x)}
    return diff
    end

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...