• 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
bdebowski Avatar
Name:Bazyli Debowski
Clan:Unknown
Member Since:Nov 2017
Last Seen:Apr 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (15)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • bdebowski
    • commented on "Compose protocol packet" c solution
    • 2 years ago

    Well don't I feel silly!! XD

  • Custom User Avatar
    • bdebowski
    • commented on "BECOME IMMORTAL" python solution
    • 3 years ago

    lol
    i feel you

  • Custom User Avatar
    • bdebowski
    • commented on "Cut the cake" kata
    • 3 years ago

    How are the difficulty values set?

    I wonder if the true difficulty for any rated difficulty level tends to drift over the years. I.e. this puzzle is from several years ago; maybe 2kyu was appropriate difficulty ranking when it was written but is no longer so.

  • Custom User Avatar
    • bdebowski
    • commented on "Function 1 - hello world" python solution
    • 5 years ago

    Reminds me of that old version of Tetris where you would slowly reveal a nude picture of a lady

  • Custom User Avatar
    • bdebowski
    • commented on "Sum to infinity of a Geometric Sequence" python solution
    • 8 years ago

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

  • Custom User Avatar
    • bdebowski
    • commented on "Recursion puzzle" kata
    • 8 years ago

    I think you can train again and submit a new solution that overwrites your previous one.

  • Custom User Avatar
    • bdebowski
    • commented on "Check if two words are isomorphic to each other" python solution
    • 8 years ago

    Not sure I would have ever thought of this!
    +1

  • Custom User Avatar
    • bdupau
    • commented on "Sum Even Fibonacci Numbers" go solution
    • 8 years ago

    Ah yeah I see it more clearly now, thanks :)
    Interesting to see that the solution of ldfritz works because he adds a to the sum instead of b

  • Custom User Avatar
    • bdebowski
    • commented on "Sum Even Fibonacci Numbers" go solution
    • 8 years ago

    Assuming the author of this is Kata is also the author of the test cases, it's unlikely that the test case "should return 2 for input 1" is not as he intended. More likely he did not communicate his intentions clearly in the Kata instructions. I have added a comment to this Kata's discussion recommending that the author update and improve the instructions.

  • Custom User Avatar
    • MarcMann
    • commented on "Sum Even Fibonacci Numbers" go solution
    • 8 years ago

    I intentionally wrote the code this way, that it behave as it behave.
    I think the test case "should return 2 for input 1" is wrong.
    When limit is 1, 2 exceeds the limit, so it should not be taken into account.
    Ok, the instruction says "Generate all of the Fibonacci numbers starting with 1 and 2 and ending on the highest number before exceeding the parameter's value", but this looks a bit like, change the instruction that it fits the code, I would expect:

    Expect(SumEvenFibonacci(0)).To(Equal(0))

    Expect(SumEvenFibonacci(1)).To(Equal(0))

    Expect(SumEvenFibonacci(5)).To(Equal(2)) (interessting case, some of the codes here return 2, some 10)

  • Custom User Avatar
    • bdebowski
    • commented on "Sum Even Fibonacci Numbers" kata
    • 8 years ago

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

  • Custom User Avatar
    • bdebowski
    • commented on "Sum Even Fibonacci Numbers" go solution
    • 8 years ago

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

  • Custom User Avatar
    • bdebowski
    • commented on "Sum Even Fibonacci Numbers" go solution
    • 8 years ago

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

  • Custom User Avatar
    • bdebowski
    • commented on "Dominant array elements" python solution
    • 8 years ago

    Thank you for your feedback. I learned something new in response

  • Custom User Avatar
    • Blind4Basics
    • commented on "Dominant array elements" python solution
    • 8 years ago

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

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...