issues
search
TheAlgorithms
/
Scala
All Algorithms implemented in Scala
MIT License
1.08k
stars
391
forks
source link
Functional Merge Sort
#86
Open
krishna1m
opened
8 months ago
krishna1m
commented
8 months ago
Added functional merge sort using only
val
s and the
Vector
data structure
merge function is tail recursive and has been annotated as such
val
s and theVector
data structure