0
What is the longest way to solve the fizzbuzz problem?
5 odpowiedzi
+ 5
Just didn't get it. People ask how to solve it, but you're interested in the longest way? why?
+ 4
Hussenat Etti-Balogun
Is this longest compared to your attempt ? 🤔
BTW like Ipang said why the long way? perhaps you can share with us why you wanted long way
https://code.sololearn.com/c5kcyyjRGWJJ/?ref=app
+ 3
Curiously, other people have tackled this problem to write the Fizzbuzz in a highly enterprise-proof style.
https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
(if it is not clear, this is strictly parody, please do not write software like this)
+ 2
I was just interested since I saw a YouTube video with the title "solve fizzbuzz in one line". And programmers are always looking for the shortest and simplest way to go about code so I just wondered the opposite. Just pure curiosity.
+ 1
Can you show an example of the longest way to solve the fizzbuzz problem?