func sort.medianOfThree
5 uses
sort (current package)
sort.go#L87: func medianOfThree(data Interface, m1, m0, m2 int) {
sort.go#L114: medianOfThree(data, lo, lo+s, lo+2*s)
sort.go#L115: medianOfThree(data, m, m-s, m+s)
sort.go#L116: medianOfThree(data, hi-1, hi-1-s, hi-1-2*s)
sort.go#L118: medianOfThree(data, lo, m, hi-1)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |