Skip to main content

Circular Shift / Bitwise Rotation

By PlasticHymn

Circular Shift aka Bitwise Rotation moves and wraps around digits of an integer in any base upto 23-bit binary. For example, shift 12345 to the right 2 digits returns 45123 and 2 to the left returns 34512.
  • ELEMENT STATS
  • Played 9 times by 9 dreamers
  • Played for a total of 1 minute by the coMmunity
  • 10 thumbs up
  • Used in 1 creation
  • 2 followersView followers

Oh dear! Your browser is either unsupported or there has been a problem loading the page.