• 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
coding_hedgehog Avatar
Name:Marek Alexa
Clan:Unknown
Skills:python, javascript
Member Since:Oct 2019
Last Seen:Mar 2023
Profiles:
    Following:1
    Followers:1
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (19)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ejini战神
      • resolved a question on "What's a Perfect Power anyway?" kata
      • 15 months ago

      Your logic is wrong.

      ZeroDivisionError: float modulo

      You are checking on x instead of n. Therefore, x would eventually become zero. You also did not consider cases for powers beyond 3.

    • Custom User Avatar
      • al3jf
      • commented on "Twice linear" kata
      • 5 years ago

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

    • Custom User Avatar
      • Blind4Basics
      • commented on "Twice linear" kata
      • 5 years ago

      it's not about python but rather about algorithms and data structures (related to big O notations and time complexity of implementations)

    • Custom User Avatar
      • Blind4Basics
      • commented on "Twice linear" kata
      • 5 years ago

      yes, that's it. It could. The only thing making it finite is the available amount of time for solving, but you should aim for a solution that could go at any "depth" in the sequence.

    • Custom User Avatar
      • sunset_ace
      • commented on "John and Ann sign up for Codewars" kata
      • 5 years ago

      Sorry, but IMO your talking complete rubbish! No offence intended. The clarity of the instructions should not be related to the difficulty of the challenge. Authors and translators should take responsibility for ensuring that their instructions are understandable particularly when English may not be the first language of many members.

    • Custom User Avatar
      • FArekkusu
      • resolved an issue on "Sum without highest and lowest number" kata
      • 6 years ago

      The highest/lowest element is respectively only one element at each edge, even if there are more than one with the same value

      Example: { 1, 1, 11, 2, 3 } => 1 + 2 + 3 = 6

    • Custom User Avatar
      • bahkobg
      • commented on "Number of trailing zeros of N!" kata
      • 6 years ago

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

    • Custom User Avatar
      • FArekkusu
      • commented on "Number of trailing zeros of N!" kata
      • 6 years ago

      Which part of the sentence "You're not meant to calculate the factorial" do you not understand? You'll never solve the task this way.

    • Custom User Avatar
      • FArekkusu
      • resolved a question on "Number of trailing zeros of N!" kata
      • 6 years ago

      Hint: You're not meant to calculate the factorial. Find another way to find the number of zeros.

    • Custom User Avatar
      • FArekkusu
      • resolved an issue on "Find the unique string" kata
      • 6 years ago

      Not an issue. Your solution is inefficient.

    • Custom User Avatar
      • choicw
      • commented on "John and Ann sign up for Codewars" kata
      • 6 years ago

      how smart you are .One day I can post a bunch of garbled characters, which may be included in 1kyu according to what you said.

    • Custom User Avatar
      • Chrono79
      • resolved a question on "Is this a triangle?" kata
      • 6 years ago

      Yes, you can print the input.

    • Custom User Avatar
      • Blind4Basics
      • resolved a suggestion on "Simple assembler interpreter" kata
      • 6 years ago

      nope, sorry. The wording is matching what you actually find in assembly-like languages, so it's the correct wording. ;)

    • Custom User Avatar
      • Chrono79
      • commented on "Double Cola" kata
      • 6 years ago

      That would work if the kata was "Single Cola" ;)

    • Custom User Avatar
      • Chrono79
      • commented on "Double Cola" kata
      • 6 years ago

      If you print the input values you could see exactly how your function is being tested.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...