Repository navigation
fizzbuzz
- Website
- Wikipedia
🎃 Submit creative/abstract FizzBuzz solutions in any language you want!
Benchmark to compare async web server + interpreter + web client implementations across various languages
Fizzbot has questions for you... so many questions. A FizzBuzz API for you to play with.
A compilation of JS + Node problems (with solutions) with bootcamp students in mind.
Here, I will upload my Java Projects which are Useful especially if you're a Beginner or want code just to Practice.
This repository is a compilation of some of the best project ideas in Python to practice your skills. From a beginner level to complex projects, this list should keep you busy for days!
Demos of some algorithms & data structures in C++ using dummy command line apps.
Compile-time emulation of a 4-bit Virtual Machine using TypeScript's Type System
Classic algorithms including Fizz Buzz, Bubble Sort, the Fibonacci Sequence, a Sudoku solver, and more.
Business class Fizz Buzz test (PHP + SOLID)
tests for javascript developers
Contains shortest solutions to fizzbuzz in various programming languages
FizzBuzz in a whole lotta languages
A distributed, fault-tolerant, production-ready FizzBuzz implementation for the microservice cloud.
An experiment in writing FizzBuzz in every language, each with its own Docker container
This is a programming challenge where your goal is to write a program that prints the numbers from 1 to 100. But for multiples of 3 print "Fizz" instead of the number, and for the multiples of 5 print "Buzz". For numbers that are multiples of both 3 and 5 print "FizzBuzz".
A collection of come cool Fizz Buzz programs in your favorite programming language