mathcodes / contentfordevelopers

We aim to please users with not just another solution bank to leetcode problems, but more. Contributors are encouraged to upload and share any additional content such as visual diagrams, animated GIFs, notes, charts, or whatever they use to not only solve, but UNDERSTAND the problem at hand.
https://www.contentfordevelopers.com/
MIT License
33 stars 33 forks source link

Added leetcode solution (Create fizzbuzz.py) #71

Closed AryaDeepanshu closed 2 years ago

AryaDeepanshu commented 2 years ago

This solution makes use of string concatenation to find fizzbuzz and prevent the use of --else-- and still cover each case

AryaDeepanshu commented 2 years ago

59 issue

@mathcodes verify the PR Old solution is in a folder whose name does not contain problem number. After the merger of this PR, I will move the old solution to this folder as well