Practicing Scala using the book "functional programming in scala"
N | Name | Chapter | Category |
---|---|---|---|
1 | Fibonacci.scala | 2 | Pure function / tail recursion |
2 | FindFirst.scala | 2 | Pure function / HOF with generics |
3 | IsSorted.scala | 2 | Pure function / HOF with generics |