sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 290 forks source link

FizzBuzz Implementation #368

Open niranjantuty opened 4 years ago

niranjantuty commented 4 years ago

🚀 Feature

Write a program that prints the numbers 1 to 100. However, for multiples of three, print “Fizz” instead of the number. Meanwhile, for multiples of five, print “Buzz” instead of the number. For numbers which are multiples of both three and five, print “FizzBuzz”.

Have you read the Contribution Guidelines?

Yes.

Pitch

Fizz Buzz is a typical interview question that tests the developer's knowledge of flow control and operators.

Assignees

@Exter-dg - C++ @shaunak56 - Python @pheeel - JS @100mik - Go @junyongxlee - C @BelleBytes - C# @wgarcia1309 - PHP @0utplay - Java

Exter-dg commented 4 years ago

I would like to work on this in c++. Can you assign this to me?

niranjantuty commented 4 years ago

@Exter-dg C++ Assigned

shaunak56 commented 4 years ago

Please assign me python

niranjantuty commented 4 years ago

@shaunak56 Python assigned

lalit0111 commented 4 years ago

I would like to do this in java . Can you assign me?

niranjantuty commented 4 years ago

@lalit0111 Java assigned

pheeel commented 4 years ago

I would like to do this for JS

100mik commented 4 years ago

I would like to take this up for GoLang

junyongxlee commented 4 years ago

Can you assign me for C?

BelleBytes commented 4 years ago

I'd like to do this for C#. Can you assign it to me?

sukritishah15 commented 4 years ago

@pheeel - JS @100mik - Go @junyongxlee - C @BelleBytes - C#

Assigned

kamalrt11 commented 4 years ago

I'd like to do it in DART.

wgarcia1309 commented 4 years ago

I would like to work on this in PHP. Can you assign this to me?

niranjantuty commented 4 years ago

@kamalrt11 Currently we are not accepting in DART.

niranjantuty commented 4 years ago

@wgarcia1309 - PHP Assigned

MokshTehlan commented 4 years ago

i would like to do in java

niranjantuty commented 4 years ago

@MokshTehlan Sorry, Issues are assigned on first come first serve basis. Can't assign this to you now. Feel free to work on other issues.

wallacecosta commented 4 years ago

Java is again pending if anyone wants to contribute, as the PR was not completed successfully due to non-compliance with contribution rules. @MokshTehlan still interested?

0utplay commented 4 years ago

I would like do that in Java if @MokshTehlan does not want to

sukritishah15 commented 4 years ago

@0utplay - Java Assigned