All Questions
2 questions
5votes
2answers
335views
General FizzBuzz in Scala
I wanted to create a FizzBuzz implementation that both showcases the strengths of Scala (Functional paradigm and collections) and is general enough to anticipate the typical interview follow-up ...
3votes
1answer
1kviews
Defining transpose on a collection of irregular collections
I was asked to submit my request for code review on https://stackoverflow.com/questions/10672046/defining-transpose-on-a-collection-of-irregular-collections here. This is a follow-up to the post I ...