예제 #1
0
파일: bubble.go 프로젝트: kogai/algorithms
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 305.297838ms
}
예제 #2
0
파일: insert.go 프로젝트: kogai/algorithms
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 165.659119ms
}
예제 #3
0
func main() {
	helper.Benchmark(sort, 10000) // 平均値: 205.251865ms
}