alejmedinajr / coding-challenges

This repo is dedicated to coding challenges/problems from various sites.
0 stars 1 forks source link

412. Fizz Buzz #4

Closed alejmedinajr closed 2 years ago

alejmedinajr commented 2 years ago

Given an integer n, return a string array answer (1-indexed) where:

Can be found: https://leetcode.com/problems/fizz-buzz/

alejmedinajr commented 2 years ago

A solution has been committed by @alejmedinajr