• 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
wizzerd Avatar
Name:Unknown
Clan:Unknown
Member Since:May 2016
Last Seen:Jan 2025
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (44)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • AssemAboKamal
      • commented on "Get Nth Even Number" cpp solution
      • 4 months ago

      You don't need parentheses, it will multiply first and then subtract, even if you put a minus sign before the multiplication.

    • Custom User Avatar
      • kingost12
      • commented on "L1: Set Alarm" cpp solution
      • 6 months ago

      it inverses the bool.

      code representation:

      bool b = true;
      std::cout << b << '\n'; // true
      std::cout << !b << '\n'; // false

      it's called the NOT operator.


      visual representation:

      true ------[!]------> false
      false ------[!]------> true

    • Custom User Avatar
      • Taro 9000
      • commented on "Total increasing or decreasing numbers up to a power of 10" cpp solution
      • 13 months ago

      constant time complexity! but it overflows with n = 300 unlike the first solution

    • Custom User Avatar
      • elephant_king
      • commented on "Total increasing or decreasing numbers up to a power of 10" cpp solution
      • 14 months ago

      Awesome!!!

    • Custom User Avatar
      • vintrom
      • commented on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
      • 3 years ago

      May be after converting string to char array null-terminate '\0' is absent at the end of char array

    • Custom User Avatar
      • epicshaner
      • commented on "Hamming Numbers" csharp solution
      • 3 years ago

      We programmers know our kind too well

    • Custom User Avatar
      • wizzerd
      • commented on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
      • 3 years ago

      Should I provide the code as well? I will provide the byte-by-byte comparison I did, just need to know if the code should be included.

    • Custom User Avatar
      • akar-0
      • resolved an issue on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
      • 3 years ago

      There might be something wrong...

      This is not how you raise an issue. You need to provide clear logs, inputs, outputs... In brief, you must prove there is an issue, not make blur assumptions. Most issues raised are mistakes of OP.

      See there: https://docs.codewars.com/training/troubleshooting/

    • Custom User Avatar
      • wizzerd
      • created an issue for "Esolang Interpreters #4 - Boolfuck Interpreter" kata
      • 3 years ago

      There might be something wrong with the C++ translation. I wrote the C++ version and verified the output byte by byte to match the expected output and it did, but was rejected? I just basically converted my C++ solution into php and got a pass like that, but there might be something wrong with the C++. My solution passed all the tests but the very first hello world and the fibonacci tests, despite having the seemingly correct output.

    • Custom User Avatar
      • wizzerd
      • commented on "Bouncing Balls" cpp solution
      • 3 years ago

      O(1) solution. Awesome. Wish I would've figured it out. Very nice

    • Custom User Avatar
      • wizzerd
      • commented on "Take a Ten Minutes Walk" cpp solution
      • 3 years ago

      Yes, that's logically equivalent

    • Custom User Avatar
      • wizzerd
      • commented on "Multiply" cpp solution
      • 3 years ago

      Amazing

      (in its simplicity)

    • Custom User Avatar
      • wizzerd
      • commented on "Moving Zeros To The End" cpp solution
      • 3 years ago

      This is impressive

    • Custom User Avatar
      • VydrOz
      • commented on "Hamming Numbers" csharp solution
      • 3 years ago

      👀 https://rosettacode.org/wiki/Hamming_numbers#C.23

    • Custom User Avatar
      • Hunter95
      • commented on "Help the general decode secret enemy messages." cpp solution
      • 3 years ago

      What???

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...