• 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
eCuyu Avatar
Name:Unknown
Clan:Unknown
Member Since:Jan 2021
Last Seen:Mar 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (5)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • resolved a question on "Reverse the bits in an integer" kata
    • 4 years ago

    Unlike the other bitwise operators, zero-fill right shift (>>>) returns an unsigned 32-bit integer.

    and Number.MAX_SAFE_INTEGER = 2 ** 53 - 1 does not fit on 32bits, so you are truncating it.

  • Custom User Avatar
    • eCuyu
    • commented on "Tank Truck" kata
    • 4 years ago

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

  • Custom User Avatar
    • hobovsky
    • resolved a suggestion on "Reverse the bits in an integer" kata
    • 4 years ago

    approved.

  • Custom User Avatar
    • Craipes
    • created a suggestion for "Reverse the bits in an integer" kata
    • 4 years ago

    C# translation added.

    Waiting for feedback.

  • Custom User Avatar
    • eCuyu
    • created a question for "Reverse the bits in an integer" kata
    • 4 years ago

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

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...