• 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
Maxsonin Avatar
Name:Max
Clan:VNTU
Skills:c++, c#, c
Member Since:Jun 2023
Last Seen:Jun 2024
Profiles:
Following:61
Followers:62
Allies:61
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (20)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • halfgeek101
    • commented on "Cats and shelves" c solution
    • 15 months ago

    gorgeous!!!

  • Custom User Avatar
    • trashy_incel
    • resolved a question on "Replace With Alphabet Position" kata
    • 16 months ago

    No. When there are no letters in the string, the result is an empty string. This is when the behaviors are not equivalent:

    • In the first case, you try to delete a character that does not exist - since the string is empty. This is undefined behavior.

    • In the second case, you take a substring of the empty string, which is legal because result.size() - 1 will evaluate to (size_t)0 - 1 aka string::npos, and substr() specifies:

      A value of string::npos indicates all characters until the end of the string

  • Custom User Avatar
    • xianjin
    • commented on "LET ME IN!" kata
    • 2 years ago

    Read several times before understood what was going on. Probably better to emphasize that first the queue is sorted by priorities, then with every "known customer" swapping occurs.

  • Custom User Avatar
    • Mednoob
    • resolved an issue on "Matrix Addition" kata
    • 2 years ago

    Fixed.

  • Custom User Avatar
    • ejini战神
    • created an issue for "Matrix Addition" kata
    • 2 years ago

    Sample tests in JS is not using the chai framework

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Matrix Addition" kata
    • 2 years ago

    Approved

  • Custom User Avatar
    • SagePtr
    • created a suggestion for "Matrix Addition" kata
    • 2 years ago

    TypeScript translation

  • Custom User Avatar
    • akar-0
    • resolved a suggestion on "Matrix Addition" kata
    • 2 years ago

    Approved

  • Custom User Avatar
    • akar-0
    • resolved a suggestion on "Matrix Addition" kata
    • 2 years ago

    Approved

  • Custom User Avatar
    • Mednoob
    • created a suggestion for "Matrix Addition" kata
    • 2 years ago

    Fork adding random tests for Javascript

  • Custom User Avatar
    • Maxsonin
    • commented on "Matrix Addition" kata
    • 2 years ago

    Too ez

  • Custom User Avatar
    • Maxsonin
    • commented on "Maximum subarray sum" kata
    • 2 years ago

    What a nice Kata! It made my day!

  • Custom User Avatar
    • Maxsonin
    • commented on "Who likes it?" kata
    • 2 years ago

    Don't feels like 6 kyu honestly

  • Custom User Avatar
    • Maxsonin
    • commented on "LET ME IN!" kata
    • 2 years ago

    Better to read the condition carefully first...

  • Custom User Avatar
    • Maxsonin
    • commented on "Multiples of 3 or 5" kata
    • 2 years ago

    Too easy for 6 kyu, isn't it?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...