Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit b4bb58d

Browse files
author
Lanh Hoang
committed
InterviewBit - Math: FizzBuzz update README
1 parent 1ffbebf commit b4bb58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Math/fizzbuzz/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FizzBuzz
22

33
## Problem:
4+
[https://www.interviewbit.com/problems/fizzbuzz](https://www.interviewbit.com/problems/fizzbuzz)
45
Fizzbuzz is one of the most basic problems in the coding interview world. Try to write a small and elegant code for this problem.
56

67
Given a positive integer `A`, return an array of strings with all the integers from `1` to `N`.

0 commit comments

Comments
 (0)