sortTestHelper

package
v0.0.0-...-cde68c2 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyArray

func CopyArray(arr []int) []int

复制数组 方便比较不同算法

func GenerateAlmostSortedArray

func GenerateAlmostSortedArray(length, swapTimes int) []int

生成一个数组 这个数组的大部分区间都是有序的

func GenerateRandomArray

func GenerateRandomArray(length, rangeL, rangeR int) []int

生成一个随机数组

func IsOrig

func IsOrig(beforeArr, afterArr []int) bool

IsOrig 验证是否是原来的数组排序的 验证数据变化了没有

func IsSorted

func IsSorted(arr []int) bool

IsSorted 验证排序算法的正确性 从小到大排序

func SortTest

func SortTest(sort func(arr []int), arr []int)

排序算法 测试助手 帮助生成随机数组、判断排序正确性、计时

Types

This section is empty.

Jump to

Keyboard shortcuts

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