.Net Code Katas - A prebuild Kata project that already includes tests and base classes.
-
Updated
Nov 3, 2022 - C#
.Net Code Katas - A prebuild Kata project that already includes tests and base classes.
Classic algorithms including Fizz Buzz, Bubble Sort, the Fibonacci Sequence, a Sudoku solver, and more.
FizzBuzz in a whole lotta languages
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".
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!
A Programming Language just for writing Fizz Buzz program. :)
Approximate the FizzBuzz function using a neural network model in Tensorflow.
A completely over-engineered FizzBuzz in Javascript
Fizz Buzz is a very simple programming task, asked in software developer job interviews. A typical round of Fizz Buzz can be: Write a program that prints the numbers from 1 to 100 and for multiples of '3' print “Fizz” instead of the number and for the multiples of '5' print “Buzz”.
This repository supports the TDD course on zeroToMaster Youtube channel!
FizzBuzz in various languages
Starting from a bad implementation, making small incremental improvements.
Type-level Fizz Buzz implementations
A collection of the most famous algorithms implemented in Typescript
Add a description, image, and links to the fizz-buzz topic page so that developers can more easily learn about it.
To associate your repository with the fizz-buzz topic, visit your repo's landing page and select "manage topics."