The repository contains testing classes and exercises done during various Scala courses and learning.
- LogicalFucntions
- implementation of
and
andor
using Call-by-Name feature on the 2nd argument to optimise result calculation.
- implementation of
- MathFunctions
- Implementation of
SQRT
function using Newton's approximation method. - Searching for specific digits in given range of numbers.
- Implementation of
I cover most of the functionality with FunSuite
test from ScalaTest.