• 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
danik00111 Avatar
Name:Unknown
Clan:Unknown
Member Since:Dec 2023
Last Seen:May 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (38)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Alexander-jsdev
    • resolved a suggestion on "ZY\sEncode" kata
    • 10 days ago

    Yeah, i think that make a sence

  • Custom User Avatar
    • NoneAli
    • commented on "Exes and Ohs" javascript solution
    • 6 months ago

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

  • Custom User Avatar
    • dfhwze
    • resolved a suggestion on "Texas Hold'em Hands" kata
    • 8 months ago
  • Custom User Avatar
    • Micro.Net
    • commented on "Exes and Ohs" javascript solution
    • 8 months ago

    Cool!

  • Custom User Avatar
    • Jeki00
    • commented on "Maximum subarray sum" kata
    • 9 months ago

    I did O(n^2) and got timed out. what's wrong with mine?

  • Custom User Avatar
    • KayleighWasTaken
    • commented on "Number of trailing zeros of N!" kata
    • 10 months ago

    You're doing a large amount of unncessary work. Your logic is on the correct path, but you need to avoid going over all the numbers.

  • Custom User Avatar
    • hobovsky
    • resolved a suggestion on "Good vs Evil" kata
    • 10 months ago

    Merged.

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Pyramid Array" kata
    • 10 months ago

    what would be the point of that ? your code is much longer and more cumbersome to write than a legitimate solution.

  • Custom User Avatar
    • AlejandorLazaro
    • commented on "Sum of Pairs" kata
    • 10 months ago

    A little rough to say I "ruined" it with performance, don't ya think?

    That said, I see including a large data parsing requirement as similar to the difference between someone solving a software problem for a small local business versus a Fortune 500 company. Being able to code solutions for data at scale can make a huge difference in someones paygrade.

  • Custom User Avatar
    • Chrono79
    • commented on "Find the missing term in an Arithmetic Progression" kata
    • 10 months ago

    The lists in this case could have 10000 elements, so printing them would be too verbose.

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Find the missing term in an Arithmetic Progression" kata
    • 10 months ago

    https://docs.codewars.com/training/troubleshooting#print-input

  • Custom User Avatar
    • Mednoob
    • commented on "Maximum subarray sum" kata
    • 10 months ago

    If you're looking for the version where O(n) is expected, it's this kata.

  • Custom User Avatar
    • vl0d
    • commented on ""Tiny" function" kata
    • 10 months ago

    You can start by really reading into the description :D

  • Custom User Avatar
    • B1ts
    • commented on "Snake Draft" kata
    • 10 months ago

    I saw it. My point was that the tests passed the right arrays, and expected results were correct, so the issue wasn't with the kata itself. I agree that every var should be replaced with const / let but that's a minor issue (especially considering that the kata is in beta for 7 or so years).

  • Custom User Avatar
    • B1ts
    • commented on "Snake Draft" kata
    • 10 months ago

    I'm not an oracle, so I don't know. Global variables? Confusion?

    You can always go to Solutions tab and fork any solution, and play around with it. You can modify tests as you see fit (you will notice that adding const doesn't change anything). Tests pass a copy of the array, so the expected result isn't affected by your code.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...