mergesort

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package mergesort provides a way of sorting a slice using the merge sort algorithm.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exec

func Exec[T constraints.Ordered](s []T) []T

Exec sorts a slice of an ordered type T in increasing order using the merge sort algorithm.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL