This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: Solving Fizz Buzz more generally
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
The entire blogosphere is abuzz this week with the whole FizzBuzz thing. Basically, it’s a very simple programming problem that some guy gave to people who interviewed for a programming job, and most of the applicants were unable to write this simple program. Here’s the problem:
Write a program that prints the numbers from [...]