• 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
MSKose Avatar
Name:MSKose
Clan:The Odin Project
Skills:javascript, python, java
Member Since:Mar 2022
Last Seen:May 2025
Profiles:
Following:604
Followers:600
Allies:599
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (204)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • tobeannouncd
    • commented on "CompoundArray" python solution
    • 21 days ago

    Even though the problem specifies that the inputs are integer arrays, it's better practice to create a sentinel that you can filter out instead of using None, as the caller may want to preserve any Nones in their inputs.

    >>> compound_array([3,4,5],[None,None])
    [3,4,5]  # expected [3,None,4,None,5]
    
  • Custom User Avatar
    • User1.py
    • commented on "Factorial" python solution
    • 2 months ago

    lol()

  • Custom User Avatar
    • Yuri561
    • commented on "Factorial" python solution
    • 6 months ago

    lol

  • Custom User Avatar
    • writeblankspace
    • commented on "Invert values" java solution
    • 7 months ago

    Same here! I'm used to Python and just finished a Java crash course. Went straight here so I could learn all the different methods I could use.

  • Custom User Avatar
    • kaireinhold
    • commented on "5 without numbers !!" javascript solution
    • 7 months ago

    Lol very true

  • Custom User Avatar
    • nateorlow
    • commented on "Does my number look big in this?" java solution
    • 12 months ago

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

  • Custom User Avatar
    • MSKose
    • commented on "IndexOf Array in Array" javascript solution
    • 15 months ago

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

  • Custom User Avatar
    • MSKose
    • commented on "None shall pass" javascript solution
    • 16 months ago

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

  • Custom User Avatar
    • MSKose
    • commented on "Minimum difference in duplicate characters" python solution
    • 16 months ago

    We essentialy have the same logic but I love how your's is easier to read.

  • Custom User Avatar
    • MSKose
    • commented on "One Line Task: The sum of a 3-dimensional array " kata
    • 16 months ago

    Nice kata. Smirked once I've realized I was focusing too much on the unnecessary part.

  • Custom User Avatar
    • goldenratio161
    • commented on "Hex Hash Sum" python solution
    • 16 months ago

    we have the same solution lmao

  • Custom User Avatar
    • MSKose
    • commented on "Sum consecutives" javascript solution
    • 16 months ago

    Oh, very well thought!

  • Custom User Avatar
    • MSKose
    • commented on "Sum consecutives" python solution
    • 16 months ago

    Came to say that, hyper clever really.

  • Custom User Avatar
    • MSKose
    • commented on "CompoundArray" python solution
    • 17 months ago

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

  • Custom User Avatar
    • MSKose
    • commented on "How many consecutive numbers are needed?" java solution
    • 17 months 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...