Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with buzz
A curated list of projects in awesome lists tagged with buzz .
https://github.com/pkx8326/the_fizzbuzz_algorithm_with_python
This is a children's game but it is said to be one of the most asked problem in interviews for programmers. The rule of the game is simple: supposed that there are numbers from 1 to 100, if a number is divisible by 3, it's "Fizz", if it's divisible by 5 then it's "Buzz", if it's divisible by both 3 and 5 then it's "FizzBuzz", otherwise it's itself. The code in this repository should probably be the most efficient way to demonstrate this game. It works with the for loop syntax and if-else logic.
algorithm buzz fizz fizzbuzz game
Last synced: 13 Nov 2024
https://github.com/jon4hz/fizzbuzzgo
FizzBuzz in Go
buzz fizz fizzbuzz fizzbuzz-go golang
Last synced: 08 Nov 2024
https://github.com/andresmweber/ironhack-test
FizzBuzz derived code test.
bootcamp buzz challenge duck fizzbuzz ironhack javascript test
Last synced: 11 Oct 2024
https://github.com/bugaevc/fizzbuzz
The ultimate FizzBuzz implementation in Rust
Last synced: 13 Oct 2024