helderasmoreira / s99

My solutions for the S-99: Ninety-Nine Scala Problems

Home Page:http://aperiodic.net/phil/scala/s-99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S-99: Ninety-Nine Scala Problems

This project is my attempt at solving the 99 Scala problems. The specifications were built by etorreborre as a set of specs2 specifications, ready to implement and execute with sbt, and further improved by ruippeixotog.

Each Specification is divided into:

  • the description of the problem to solve (see ListsSpec) for an example)
  • the methods to implement/solutions (see ListsSolutions for an example)

To run the specifications, install sbt (version > 0.11.2) and execute:

> test

To see only the failed ones:

> test-only -- xonly

WARNING: The specifications have not yet been all tested against a valid implementation, please report any bug!

About

My solutions for the S-99: Ninety-Nine Scala Problems

http://aperiodic.net/phil/scala/s-99


Languages

Language:Scala 100.0%