99-scala-problems icon indicating copy to clipboard operation
99-scala-problems copied to clipboard

99 Scala problems (http://aperiodic.net/phil/scala/s-99/) solved in Scala

Results 1 99-scala-problems issues
Sort by recently updated
recently updated
newest added

Added a tailrec annotation to ensure the method uses a tail call optimization which is one of the main functional programming patterns.