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.
- Host: GitHub
- URL: https://github.com/jserv/fizzbuzz
- Owner: jserv
- Created: 2019-01-12T03:38:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T14:17:16.000Z (almost 7 years ago)
- Last Synced: 2025-04-22T22:57:05.223Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.