Scala
Scala copied to clipboard
Functional Merge Sort
- Added functional merge sort using only
vals and theVectordata structure - merge function is tail recursive and has been annotated as such