• 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
jamad Avatar
Name:Unknown
Clan:Darkbunny
Member Since:Sep 2017
Last Seen:Mar 2025
Profiles:
Following:44
Followers:59
Allies:11
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (1054)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • coulrulner1
    • commented on "Reversed sequence" kata
    • 20 days ago

    Scheisse, I might've forgotten to remove the print in the loop... xDDD

    too late now I guess

  • Custom User Avatar
    • Just4FunCoder
    • commented on "Reversed sequence" kata
    • 20 days ago

    Troubleshooting Your Solution - I get Max Buffer Size Reached (1.5 MiB)

  • Custom User Avatar
    • coulrulner1
    • commented on "Reversed sequence" kata
    • 20 days ago

    Max Buffer Size Reached (1.5 MiB) reached with python when using a simple array on random tests
    Cleared test cases without problem

  • Custom User Avatar
    • izze_lino123
    • commented on "Reversed sequence" kata
    • 2 months ago

    I initially wrote a recursive function for this problem, and it worked for small numbers. However, the test cases included large numbers, which caused too many recursive calls, exceeding Python’s recursion depth limit and resulting in an error. To fix this, I switched to an iterative approach using a for loop, which avoids recursion limits and runs efficiently for large inputs.

  • Custom User Avatar
    • muenzi01
    • commented on "Stop the loop after n seconds" kata
    • 3 months ago

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

  • Custom User Avatar
    • KTuzar
    • commented on "Century From Year" python solution
    • 3 months ago

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

  • Custom User Avatar
    • Tom-Sawyer-123
    • commented on "Count Odd Numbers below n" python solution
    • 3 months ago

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

  • Custom User Avatar
    • nareshfr
    • commented on "Century From Year" python solution
    • 3 months ago

    can you explain me that how did you come up with this? what's the thought process behind it?

  • Custom User Avatar
    • cplir-c
    • commented on "Simple Sum (with restrictions)" kata
    • 3 months ago

    A solution that needs space proportional to the input numbers' values won't be able to handle the random tests.

  • Custom User Avatar
    • elevenpix
    • commented on "Codewars Leaderboard" kata
    • 3 months ago

    Lol :-) Yeah, feeling more confident but haven't solved this kata. Didn't try and looking at it now I still have no clue what to do. Should I import something? Should I download it from somewhere? Just rethorical questions :-) Not going to spend much time on it...

  • Custom User Avatar
    • helmax
    • commented on "Codewars Leaderboard" kata
    • 3 months ago

    How is your progress? Are you feeling now more confident? 3 years have passed

  • Custom User Avatar
    • avermakov
    • commented on "Codewars API" kata
    • 4 months ago

    Fix: https://www.codewars.com/kumite/67a748fc21023fa4a16bc44f?sel=67a748fc21023fa4a16bc44f

  • Custom User Avatar
    • avermakov
    • commented on "Codewars API" kata
    • 4 months ago

    As I said, it looks like the indices are wrong.

    The tests expect:

    n = 340 : DavidSampson
    expected: [1, 287]
    

    On the leaderboard I see:

    #339	1 dan DavidSampson
    

    ... so I had to return n-2th warrior, 0-based, to complete this.

  • Custom User Avatar
    • dfhwze
    • commented on "Codewars API" kata
    • 4 months ago

    I don't get it, I'm suring beauty soup, and always retrieve the wrong user

  • Custom User Avatar
    • Just4FunCoder
    • resolved a suggestion on "Sequence to 1" kata
    • 4 months ago

    Enabled in this fork

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...