Scala icon indicating copy to clipboard operation
Scala copied to clipboard

Functional Merge Sort

Open krishna1m opened this issue 1 year ago • 0 comments

  • Added functional merge sort using only vals and the Vector data structure
  • merge function is tail recursive and has been annotated as such

krishna1m avatar Mar 24 '24 21:03 krishna1m