Projects in Awesome Lists tagged with fizz-buzz
A curated list of projects in awesome lists tagged with fizz-buzz .
https://github.com/justintime50/algorithms
Classic algorithms including Fizz Buzz, Bubble Sort, the Fibonacci Sequence, a Sudoku solver, and more.
algorithm algorithm-complexity algorithms big-o big-o-notation bubble-sort fibonacci-sequence fizz-buzz fizzbuzz sudoku sudoku-solver
Last synced: 05 May 2025
https://github.com/s-shemmee/fizzbuzz-challenge-python
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".
fizz-buzz fizzbuzz fizzbuzz-python fizzbuzz-solution
Last synced: 16 Mar 2025
https://github.com/victorpreston/fix_my_code_challenge
Fix my code | is a new type of project, where we’ll jump into an existing code base and fix it! Sometime you will know the language, sometime not. | You should not recode everything, just fix it!
algorithms algorithms-and-data-structures alx alx-africa challenge code codehacking coding-challenge coding-challenges fix-my-code fizz-buzz fizzbuzz-python geeks hacking interview-prep problem-solving
Last synced: 10 Jul 2025
https://github.com/yhirose/fizzbuzzlang
A Programming Language just for writing Fizz Buzz program. :)
fizz-buzz fizzbuzz language peg programming-language
Last synced: 24 Apr 2025
https://github.com/j-w-yun/fizzbuzz_neural_network
Approximate the FizzBuzz function using a neural network model in Tensorflow.
fizz-buzz fizzbuzz machine-learning neural-network tensorflow
Last synced: 26 Apr 2026
https://github.com/ijevius/test
caesar-bruteforce caesar-cipher determinant fizz-buzz fizzbuzz interview rle
Last synced: 23 Jun 2026
https://github.com/aliaks-ei/js-algorithms
A collection of the most famous algorithms implemented in Typescript
algorithms binary-search bubble-sort caesar-cipher editorconfig-checker eratosthenes-algorithm fibonacci fizz-buzz harmless-ransom-notes javascript jest merge-sort palindrome reverse-array-place reverse-words two-sum typescript unit-tests
Last synced: 18 Jan 2026
https://github.com/hegerdes/fizz-buzz-operator
The most famous interview coding challenge as a Kubernetes Operator
fizz-buzz kubernetes kubernetes-operator
Last synced: 20 Apr 2026
https://github.com/sestrella/fizz-buzz.hs
Type-level Fizz Buzz implementations
fizz-buzz haskell type-level-programming
Last synced: 28 Mar 2025
https://github.com/jigarius/fizz-buzz-typescript
Exploring Typescript with fizz-buzz.
Last synced: 30 Mar 2025
https://github.com/jonlaing/fizzbuzzjs
A completely over-engineered FizzBuzz in Javascript
fizz-buzz fizzbuzz functor javascript
Last synced: 13 Mar 2026
https://github.com/davide64-dev/feup_cpd_fizzbuzz
🌐 | Distributed computing server enabling clients to play Fizz Buzz over the network
client cpd distributed-computing feup fizz-buzz server
Last synced: 21 Aug 2025
https://github.com/gowhale/golang-test-driven-development
I wanted to get some hands on experience with golang whilst also consolidating my learning on TDD so I followed an article on Medium BUT I tried it with GO instead of PYTHON!
Last synced: 25 May 2026
https://github.com/mathleite/php7-solid-fizzbuzz
Challenge made for learning
fizz-buzz fizzbuzz php7 solid solid-principles
Last synced: 18 Apr 2025
https://github.com/arrmansa/fast-fizzbuzz-python
FizzBuzz implementation in python that outputs to pv > /dev/null.
fizz-buzz fizzbuzz fizzbuzz-python
Last synced: 16 Mar 2025
https://github.com/zomis/brainduck-bf
BF programs written with Brainduck
brainfuck brainfuck-programs fibonacci-sequence fizz-buzz fizzbuzz
Last synced: 05 Jan 2026
https://github.com/ndxbn/fizzbuzztraining
http://qiita.com/tadsan/items/b9521f149d4964b506d0
example example-project examples fizz-buzz fizzbuzz php php-7 php7
Last synced: 03 Oct 2025
https://github.com/s4rvesh/golangcodes
Basic Go Lang codes
algorithms api-client array commands-git competative-programming data-structures decimal-numbers factoring fibbonacci fizz-buzz fizzbuzz gcd gin-gonic golang linked-list mux mysql rest-api sorting-algorithms string
Last synced: 21 Feb 2026
https://github.com/jasminemlewis/fizz-buzz
Fizz Buzz, a Ruby program, prints numbers from 1 to 100. For multiples of three prints "Fizz" instead of the number, and for multiples of five print "Buzz". For multiples of both three and five, print "FizzBuzz".
Last synced: 30 May 2026
https://github.com/MellowCobra/FizzBuzz-in-C-to-WebAssembly
An implementation of FizzBuzz in C, compiled to WebAssembly, served by Express.js and run in the browser
c fizz-buzz fizzbuzz javascript js node nodejs web-assembly webassembly
Last synced: 11 Mar 2025
https://github.com/brokeyourbike/go-fizz-your-buzz
fizzbuzz in golang
fizz-buzz fizzbuzz fizzbuzz-go golang
Last synced: 14 Jan 2026
https://github.com/mtlh/fizzbuzz
The classic FizzBuzz game as a mini coding challenge.
Last synced: 05 Feb 2026
https://github.com/alvarogarcia7/fizzbuzz-kata-clojure
Practicing the fizzbuzz kata, with different approaches (in clojure)
clojure clojure-1-6 fizz-buzz fizzbuzz javaslang kata pattern-matching vavr zip
Last synced: 13 Oct 2025
https://github.com/azaanullah-khan/fizz-buzz
Fizz buzz is a popural game to train children about divisibility this is a website where you can see the answer of numbers according to game rules
buzz explaination fizz fizz-buzz fizz-buzz-javascript game javascript js maths solution
Last synced: 15 Oct 2025
https://github.com/novikov-ai/fizz-buzz-world
Dive into the world of FizzBuzz variations in Go. Explore classic and innovative implementations of the FIzzBuzz problem. Contribute your own and have fun!
fizz-buzz fizzbuzz fizzbuzz-go go golang open-source
Last synced: 01 Feb 2026
https://github.com/clobee/fizzbuzz-php
A little implentation of the FizzBuzz test with PHP
fizz-buzz fizzbuzz fizzbuzz-php php tdd
Last synced: 11 Jul 2025
https://github.com/rebeccargb/harfbuzz
This is NOT HarfBuzz, the text shaping engine. This is Harf Buzz, the implementation of Fizz Buzz in OpenType feature language.
fizz-buzz fizz-buzz-problem fizzbuzz opentype opentype-features
Last synced: 04 Jun 2026
https://github.com/clemix37/fizz-buzz
Simple program about multiples of 3 and 5 in typescript.
fizz-buzz fizzbuzz fizzbuzz-javascript fizzbuzz-typescript javascript jest jest-test jest-tests typescript
Last synced: 05 May 2026
https://github.com/santhoshse7en/fizzbuzz
Simple Python program to get Fizz, Buzz and FizzBuzz
fizz-buzz fizzbuzz fizzbuzz-python python python3
Last synced: 03 Jun 2026
https://github.com/dumebii/fizzbuz
Javascript fizzbuzz solution
beginner-code fizz-buzz fizzbuzz javascript solutions
Last synced: 03 Apr 2025
https://github.com/j0rgeserran0/kata-fizzbuzz
FizzBuzz Kata
csharp fizz-buzz game-development kata
Last synced: 02 Jul 2026
https://github.com/gabywald/cyberfizzbuzz
Tests "Fizz Buzz" de recrutement (et réflexions associées)
cyber-security cybersecurity documentation fizz fizz-buzz fizzbuzz java lambda recruiting recruiting-java recruiting-test recruitment
Last synced: 12 Jul 2025
https://github.com/chrisdotslash/fizz-buzz-challenge
FizzBuzz: Classic live coding interview question written in JavaScript
coding-challenge coding-challenges coding-interviews fizz-buzz fizzbuzz fizzbuzz-javascript
Last synced: 13 Jul 2025
https://github.com/somdipdey/coding_kata_repeatchop_and_fizzbuzz
Coding kata to remove extra characters and print fizz buzz challenges
challenge complexity complexity-analysis csharp dotnet fizz-buzz fizzbuzz on remove-duplicates stringextension
Last synced: 19 May 2026
https://github.com/renatobenks-zz/cool-fizz-buzz-numbers
Tool getter fizz/buzz numbers between interval numbers.
es6 fizz-buzz javascript nodejs tdd tool
Last synced: 19 May 2026
https://github.com/lucretia/fizzbuzz
Ada implementations of fizz buzz
ada ada2012 cc0 example example-code fizz-buzz fizzbuzz interview-questions learning
Last synced: 30 Jul 2025
https://github.com/kanzatahreem/tdd-rspec
Followed test-driven development (TDD) approach to implement a class and methods
factorial fizz-buzz reverse ruby spec test-driven-development
Last synced: 02 Aug 2025