An open API service indexing awesome lists of open source software.

https://github.com/jserv/fizzbuzz

Implement Fizzbuzz without loop-internal conditionals, or arithmetic operators.
https://github.com/jserv/fizzbuzz

Last synced: over 1 year ago
JSON representation

Implement Fizzbuzz without loop-internal conditionals, or arithmetic operators.

Awesome Lists containing this project

README

          

# Bitwise Fizzbuzz implementation

Fizzbuzz implementation without loop-internal conditionals, or (almost) arithmetic operators.
Use bitwise operations instead.

Orginally written by Ryan Sorensen.