Hello World for Play Scala Framework

Hello World Table of content 1. Write routes 2. Create Sample Controller 3. Start server 4. "Hello World" redendering in

Scala String unique and distinct characters

Scala problem: define in BDD style When Filter string unique characters Then Sort by alphabet Solution TODO-01: When F

Find smallest number in array

Scala solution: reduceLeft function reduceLeft function can be used to get min and max values of an Array[Int] scala>