Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 539 Bytes

functional-progamming-in-scala

Practicing Scala using the book "functional programming in scala"

Exercises by chapters

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