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

Added tailrec annotation, currying and higher-order function

Open EugeunieOrz opened this issue 6 years ago • 0 comments

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

EugeunieOrz avatar Apr 17 '19 17:04 EugeunieOrz