ggoboogy / 99-scala-problems

Each code contains built-in and/or recursive version of the solution with a few test cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ninety-Nine Problems in Scala

These are an adaptation of Ninety-Nine Prolog Problems written by Werner Hett.

  • The majority of solution contains a recursive/built-in version of solution, but some contains one of the two only.
  • Each solution contains a few test cases.
  • I'm beginner at scala, so my solutions may not the best even though I always did my best.
  • I sincerely welcome any kind of feedback or improvement!

About

Each code contains built-in and/or recursive version of the solution with a few test cases.


Languages

Language:Scala 100.0%