Manupendra Tiwari

Results 3 issues of Manupendra Tiwari

Added PR for [Issue - 79](https://github.com/TheAlgorithms/Scala/issues/79)

I can see the imperative code in sorting algorithm, I'm intending to add in functional way for e.g. In [MergeSort](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/MergeSort.scala) , I can see while loop which is an iterative...

enhancement

`17.for (int i = 2; i < n; i += 2) { ` //In this part, **condition** will be **i