• 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
alexbur Avatar
Name:Alexander
Clan:Unknown
Member Since:Sep 2021
Last Seen:Apr 2025
Profiles:
Following:17
Followers:4
Allies:3
View Profile Badges
Ad
How many Kata did you complete in 2024?
Discover our top moments in 2024 and how you can level up in 2025.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (28)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • groskowski
    • commented on "Fibofamily #1" kata
    • 3 years ago

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

  • Custom User Avatar
    • groskowski
    • commented on "Fibofamily #1" kata
    • 3 years ago

    A lot more to come! Thank you for the kind comment!

  • Custom User Avatar
    • QwEekYhyo
    • commented on "Only-Readable-Once list" kata
    • 3 years ago

    that's because in your init the list is probably pointing towards the base list, so when you delete in the object you also delete in the base list (what happens: a[0] returns 1 and deletes 1 from the a list and from the base list so base[0] returns 2 instead of 1). To avoid this, you need to do a "copy" of the base list without reference by doing something like this : self.list = baselist[:]

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Thanks for the feedback!

  • Custom User Avatar
    • Mercy Madmask
    • commented on "Complete Fibonacci Series" python solution
    • 3 years ago

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

  • Custom User Avatar
    • akar-0
    • commented on ""How many pages in a book?" Rust Translation"
    • 3 years ago

    I've just published a new fork: https://www.codewars.com/kumite/62390806809db1005c19e19b?sel=6249d54f22c35400170f7eb7

  • Custom User Avatar
    • B1ts
    • commented on ""How many pages in a book?" Rust Translation"
    • 3 years ago

    @falsetru could you fork this translation again?

  • Custom User Avatar
    • falsetru
    • commented on ""How many pages in a book?" Rust Translation"
    • 3 years ago

    I updated the description by copying Python version, then removed opposite kata link because there's no Rust version yet.

  • Custom User Avatar
    • barnasm
    • commented on ""How many pages in a book?" C++ Translation"
    • 3 years ago

    If Rust tests are fine then C++ tests are ok as well.

  • Custom User Avatar
    • lazyvinh
    • commented on ""How many pages in a book?" Java Translation"
    • 3 years ago

    Ok, never mind, all good.

    See https://discord.com/channels/846624424199061524/850435343789850636/956948053074514022

  • Custom User Avatar
    • barnasm
    • commented on ""How many pages in a book?" C++ Translation"
    • 3 years ago

    I'm really sorry for the problems, I have already fixed the issue, this was my first translation and I misunderstood how the tests are checked before publication.

    At Example Test Cases I have changed expected value (e.g. 5) into Equals(5), Hidden test cases were fine.

    Once again sorry for the problems.

  • Custom User Avatar
    • falsetru
    • commented on ""How many pages in a book?" Rust Translation"
    • 3 years ago

    I fixed random test bug, according to Python version.
    What part of description should I change?

  • Custom User Avatar
    • lazyvinh
    • commented on ""How many pages in a book?" Java Translation"
    • 3 years ago

    When I hit the publish button, I get a message 'Kumite was published with failed tests!' below highlighted in orange background. (But the tests all pass.)

    Do I maybe need approval from you?

  • Custom User Avatar
    • lazyvinh
    • commented on ""How many pages in a book?" Java Translation"
    • 3 years ago

    Done! Thanks for notifying.

    Edit: Hmm, not yet, some issues, looking into this right now.

  • Custom User Avatar
    • lazyvinh
    • commented on ""How many pages in a book?" Java Translation"
    • 3 years ago

    Yes. It would definitely limit the amount of viable solutions.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...