• 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
clcraig Avatar
Name:Unknown
Clan:Unknown
Member Since:Aug 2017
Last Seen:Jun 2021
Profiles:
    Following:6
    Followers:45
    Allies:5
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (1123)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • HuntTheSun
      • commented on "Bit Counting" c solution
      • 3 months ago

      I guess because the return type of countBits is set to size_t

    • Custom User Avatar
      • katakulli
      • commented on "Find the Integral" javascript solution
      • 4 months ago

      it is called prefix increment

    • Custom User Avatar
      • Madjosz
      • resolved a suggestion on "Two Oldest Ages" kata
      • 6 months ago

      C++ approved by someone else.

    • Custom User Avatar
      • Madjosz
      • commented on "Two Oldest Ages" kata
      • 6 months ago

      Updated Java to JUnit 5 and approved.

    • Custom User Avatar
      • rowcased
      • commented on ""Automorphic Number (Special Numbers Series #6)" C Translation"
      • 6 months ago

      fork

    • Custom User Avatar
      • trashy_incel
      • commented on ""Automorphic Number (Special Numbers Series #6)" C Translation"
      • 6 months ago

      merge conflict

    • Custom User Avatar
      • rowcased
      • commented on ""Automorphic Number (Special Numbers Series #6)" C Translation"
      • 6 months ago

      done, thanks

    • Custom User Avatar
      • trashy_incel
      • commented on ""Automorphic Number (Special Numbers Series #6)" C Translation"
      • 6 months ago
      • some of the numbers in the automorphic array have squares that do not fit in an unsigned 64-bit integer, which means naive solutions (including the reference solution) are wrong for these numbers
      • there should be a note in the initial code specifying that the tests expect a string literal, i.e. the memory won't be freed. it's already hinted by the const modifier but it's best to be explicit
      • extracting the length of the array to a named constant AM_LEN is a good effort, but it would be even better to let the compiler calculate it for you, so that potential additions/deletions of array elements in future maintenance do not require a recounting:
      #define ARR_LEN(array) ( sizeof(array) / sizeof *(array) )
      #define AM_LEN ARR_LEN(automorphic)
      
    • Custom User Avatar
      • mks13
      • commented on "Exclamation marks series #11: Replace all vowel to exclamation mark in the sentence" c solution
      • 7 months ago

      Great solution, I think is one of the efficent. Great:)

    • Custom User Avatar
      • Uoao1807
      • commented on "The observed PIN" cpp solution
      • 7 months ago

      bro said my brain stupid in 103 ways

    • Custom User Avatar
      • Uoao1807
      • commented on "Adding Big Numbers" cpp solution
      • 7 months ago

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

    • Custom User Avatar
      • Hankering1716
      • commented on "Evens and Odds" javascript solution
      • 8 months ago

      genius

    • Custom User Avatar
      • Amir78
      • commented on "Quarter of the year" c solution
      • 9 months ago

      sorry im a newbie ^^

    • Custom User Avatar
      • o2001
      • commented on "Quarter of the year" c solution
      • 9 months ago

      Your solution is easily viewable by clicking "View Solution" under your comment, so there is no need to share it in discourse. But if you really want to, be sure to click the spoiler checkbox before posting ^^

    • Custom User Avatar
      • Amir78
      • commented on "Quarter of the year" c solution
      • 9 months ago

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

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...