• 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
ykIsCoding Avatar
Name:YK
Clan:TDL
Member Since:May 2020
Last Seen:Jan 2025
Profiles:
Following:4
Followers:4
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (69)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ejini战神
    • resolved a question on "A Rule of Divisibility by 13" kata
    • 2 years ago

    OP solved it, closing

  • Custom User Avatar
    • jrom99
    • commented on "Sortable Shapes" python solution
    • 3 years ago

    It works because self.area of Rectangle is defined within the parent class Shape

  • Custom User Avatar
    • eluscha
    • commented on "int32 to IPv4" python solution
    • 3 years ago

    Could you maybe hint on how is this magic with * called? I am trying to google it but cannot find. Update: found it (http://docs.python.org/dev/reference/expressions.html#calls)

  • Custom User Avatar
    • farhanaditya
    • commented on "Unique Pairs" kata
    • 4 years ago

    You have to use BigInt since the permutations can get really big.

  • Custom User Avatar
    • GabeTheBear
    • commented on "int32 to IPv4" python solution
    • 4 years ago

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

  • Custom User Avatar
    • KonradLinkowski
    • commented on "Best travel" javascript solution
    • 4 years ago

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

  • Custom User Avatar
    • ChirathPansilu
    • commented on "Looking for a benefactor" cpp solution
    • 4 years ago

    Because problem needs answer to be rounded to the next integer. This trick works like calling ::ceil.
    If the extra have a decimal point value greater than or equal to 0.001 this addition will push the extra to next integer and explicit conversion to long long will get rid of remaining decimal points.

  • Custom User Avatar
    • arhigod
    • commented on "Magic Five" kata
    • 4 years ago

    ('555', 2) the same as ('555555', 1), where you can remove or leave every digit (2^6) minus case, when you deleted all digit (it is not allowed to delete all the digits): 2^6-1

  • Custom User Avatar
    • JohanWiltink
    • resolved an issue on "Magic Five" kata
    • 4 years ago

    These are not kata issues.

  • Custom User Avatar
    • arhigod
    • resolved a question on "Restaurant Tables" kata
    • 4 years ago

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift
    Shift always removes the first item

  • Custom User Avatar
    • karaeg-san
    • commented on "Scramblies" javascript solution
    • 5 years ago

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

  • Custom User Avatar
    • renliang
    • commented on "Double Cola" javascript solution
    • 5 years ago

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

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Alphabet war" kata
    • 5 years ago

    Not a kata issue, your code is wrong and it fails when called more than once. a single call works. Now figure out how to fix it ;)

  • Custom User Avatar
    • albertogcmr
    • resolved a question on "One is the loneliest number" kata
    • 5 years ago

    .

  • Custom User Avatar
    • vikrend
    • commented on "Primes in numbers" javascript solution
    • 5 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...