• 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
differentrain Avatar
Name:Unknown
Clan:None
Member Since:Oct 2016
Last Seen:Jul 2018
Profiles:
Following:1,570
Followers:1,554
Allies:1,547
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (29)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • anter69
    • resolved a suggestion on "Bit Letters" kata
    • 15 months ago

    It's included in the description (since some time?)

  • Custom User Avatar
    • Schweini07
    • commented on "Bit Letters" kata
    • 15 months ago

    This was a very fun Kata to solve, thanks for creating it!

  • Custom User Avatar
    • RealKenshiro
    • resolved a suggestion on "Bit Letters" kata
    • 2 years ago

    Approved.

  • Custom User Avatar
    • pwgr
    • commented on "Bit Letters" kata
    • 3 years ago

    Can it do " A,"?

  • Custom User Avatar
    • mauro-1
    • created a suggestion for "Bit Letters" kata
    • 4 years ago

    Python translation:
    https://www.codewars.com/kumite/60eaf5a753673e00266bf76f?sel=60eaf5a753673e00266bf76f

  • Custom User Avatar
    • Alphanaught
    • commented on "Bit Letters" kata
    • 4 years ago

    Dang... last discussion on this kata was 3 years ago... nice kata btw

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Count the Digit" kata
    • 5 years ago

    Not a kata suggestion~~

  • Custom User Avatar
    • sm17p
    • commented on "A disguised sequence (I)" cpp solution
    • 7 years ago

    Nice observation skills and explanation. I Thank You for your time.

  • Custom User Avatar
    • prog109
    • commented on "A disguised sequence (I)" cpp solution
    • 7 years ago

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

  • Custom User Avatar
    • sm17p
    • commented on "A disguised sequence (I)" cpp solution
    • 7 years ago

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

  • Custom User Avatar
    • jdo555
    • commented on "Bit Letters" kata
    • 7 years ago

    If you look at line four of the 'for example' section in the description...

    "A," = 0B10100000 = ‭160‬ (a + comma)

    you'll notice that it is inconsistent. "(a + comma)" should be "(A + comma)". But anyway, fun kata! Thanks.

  • Custom User Avatar
    • donaldsebleung
    • created a suggestion for "Bit Letters" kata
    • 8 years ago

    Creative Kata idea, but perhaps you could state explicitly in the description that for the punctuation (if not null), a whitespace always goes before the letter itself and all other punctuation (i.e. comma and period) come after the letter? I know there are code examples in the description that demonstrate this; however, since it was rather counter-intuitive to me that different punctuation were to be appended in a different order, I initially overlooked it and only found out after failing the example test and rereading the description after that, cheers :)

  • Custom User Avatar
    • Voile
    • resolved an issue on "Bit Letters" kata
    • 8 years ago

    Fixed

  • Custom User Avatar
    • Voile
    • created an issue for "Bit Letters" kata
    • 8 years ago

    Input argument type is a mess: initial code has const unsigned char &n, description says std::vector, the actual tests expect std::vector<unsigned char> but the example tests accept things like std::vector<int> too.

  • Custom User Avatar
    • Hakkla
    • commented on "Bit Letters" kata
    • 8 years ago

    The starting code is odd, it's very C-like for a C++ kata. It doesn't work, either. And it's plain wrong - a parameter that should be some sort of range is instead a char reference!? Thankfully, that's no big deal...

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...