1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg/sort
Stefan Nilsson 08959defa8 sort: add time complexity to doc
Let's tell the world that Go's sort is O(n log n).
Surely this is a feature we intend to keep.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5867045
2012-03-22 09:27:02 -07:00
..
example_interface_test.go sort: add interface examples 2012-02-16 13:16:07 +11:00
example_reverse_test.go sort: add interface examples 2012-02-16 13:16:07 +11:00
example_test.go godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
export_test.go sort: use heapsort to bail out quicksort 2011-09-07 13:54:33 -04:00
search_test.go sort: remove testing cycle 2011-07-22 21:17:46 -04:00
search.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sort_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
sort.go sort: add time complexity to doc 2012-03-22 09:27:02 -07:00