x := []int{8, 7, 6, 5, 4, 3, 2, 1}
bitonic.SortInts(x, bitonic.Ascending)
fmt.Print(x) // [1 2 3 4 5 6 7 8]
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
A bitonic sorter implemented in Go.
License
ebiiim/bitonic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A bitonic sorter implemented in Go.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published