/gomergesort

Merge Sort written in Golang

Primary LanguageGo

Basic Implementation of Merge Sort in Go

  • Does not run in parallel, goroutines would also suck at this, I tried