• 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
AlexPuts Avatar
Name:Alex Puts
Clan:Unknown
Skills:c, c++, rust
Member Since:Nov 2016
Last Seen:Mar 2025
Profiles:
Following:15
Followers:15
Allies:15
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (155)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Game_Changer77
    • commented on "Beginner Series #3 Sum of Numbers" c solution
    • 3 months ago

    @herbysoft: Thank you for the explanation. It is clear and understandable!

  • Custom User Avatar
    • Seif Allah
    • commented on "Returning Strings" cpp solution
    • 5 months ago

    🥷🏿's js trying his best to make the shortest line of code possible atp 😭🙏

  • Custom User Avatar
    • Enharii
    • commented on "The Supermarket Queue" cpp solution
    • 5 months ago

    tills[0]+=customers[i]; ??? then why the whole vector

  • Custom User Avatar
    • pietroDamico
    • commented on "Beginner Series #3 Sum of Numbers" c solution
    • 6 months ago

    Gauss is that you?

  • Custom User Avatar
    • Berkam
    • commented on "Price of Mangoes" cpp solution
    • 7 months ago

    impresive man

  • Custom User Avatar
    • edmont_budakyan
    • commented on "Compose protocol packet" kata
    • 9 months ago

    C++, when I check for invalidValues.

    state > 0x7f : all valid values test are passed, invalid values fail;

    state >= 0x7F : all invalid values test are passed, valid values fail;

    Can someone who passed the test to expain, may be I miss something.

  • Custom User Avatar
    • J0inas
    • commented on "DNA to RNA Conversion" cpp solution
    • 11 months ago

    Damn I really need to look at the std more often.

  • Custom User Avatar
    • Marc_C
    • commented on "RGB To Hex Conversion" c solution
    • 12 months ago

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

  • Custom User Avatar
    • kingfire111
    • commented on "Return Negative" c solution
    • 12 months ago

    Flexing his shredded abs on us! Cool solution!

  • Custom User Avatar
    • mbolano42
    • commented on "Return Negative" c solution
    • 17 months ago

    El resultado está claro, pero... faltaría por declarar la librería a la que corresponde la función"abs()", es decir: #include <math.h>.

    I think that the result/return is understandable, but... you have not declared the library for the use of the "abs()" function, I mean: #include <math.h>.

    Thanks a lot for your solution!

  • Custom User Avatar
    • notint80
    • commented on "Array.diff" c solution
    • 17 months ago

    Excellent complexity. Large Allocations, where your solution benefits the most, shouldn't use VLAs. Large Stack Allocations will fail.

  • Custom User Avatar
    • Fabii
    • commented on "Break camelCase" c solution
    • 2 years ago

    This solution adds extra spaces for new words which are allready uppercase, as far as I understood this was not the task. Also there is no allocation for on empty string which still needs termination (as far as I know strlen does not count the null termination).
    I think this produces a wrong output for "abc D" which is "abc D" and I think if called with "" is undefined behaivior or system dependend

  • Custom User Avatar
    • trklausss
    • commented on "Return Negative" c solution
    • 2 years ago

    It's fancy, but it will make a function call and therefore be slower than other functions.

  • Custom User Avatar
    • Ziad Gad
    • commented on "Price of Mangoes" cpp solution
    • 2 years ago

    why 2 ?

  • Custom User Avatar
    • GHOST-COD3R
    • commented on "Return Negative" c solution
    • 2 years ago

    Very smart!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...