//
pkg.gl
Category
github.com/Is999/go-code-snippets
sort
package
0.0.0-20230817100033-1f453bdb12b9
Repository:
https://github.com/is999/go-code-snippets.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
58 SLOC
#
Functions
BubbleSort
BubbleSort 冒泡排序 arr 需要排序的slice isDesc 是否倒序: true 是; false 否.
#
Interfaces
Float
Float 浮点数.
Integer
Integer 整数.
Number
Number 数字.
Ordered
Ordered 数字或字符串.
Signed
Signed 有符合整数.
Unsigned
Unsigned 无符号整数.
#
Type aliases
Bubble
Bubble 冒泡排序.