/learning-scala

The repository contains testing classes and exercises done during various Scala courses and learning.

Primary LanguageScalaMIT LicenseMIT

Run Status

Learning Scala

The repository contains testing classes and exercises done during various Scala courses and learning.

  • LogicalFucntions
    • implementation of and and or using Call-by-Name feature on the 2nd argument to optimise result calculation.
  • MathFunctions
    • Implementation of SQRT function using Newton's approximation method.
    • Searching for specific digits in given range of numbers.

I cover most of the functionality with FunSuite test from ScalaTest.