Skip to content

jasmith86/goMergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mergesort in Go

Simple mergesort implemented in Golang. Aside from sorting a slice of ints, it counts the number of inversions necessary to sort the input.

Test with go test.

Also included a similar implementation using Python 3 in mergesort.py.

About

mergesort in go(lang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published