99-scala-problems
99-scala-problems copied to clipboard
Added tailrec annotation, currying and higher-order function
Added a tailrec annotation to ensure the method uses a tail call optimization which is one of the main functional programming patterns.