Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jairomer/mergersort_go

Repository files navigation

mergersort_go

What is this?

An implementation in golang of mergesort.

Why?

I am interested in learning go, and over time I have found that implementing mergesort is a good exercise to expose oneself to the basic features of a new programming language.

How?

There are two implementations:

  • Classic: Using recursion.
  • Concurrent: Using go coroutines.

To run the tests and the benchmarks:

go test -bench .

About

A toy project to implement the mergesort sorting algorithm using go subroutines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages