]> Cypherpunks repositories - gostls13.git/commit
sort: add time complexity to doc
authorStefan Nilsson <snilsson@nada.kth.se>
Thu, 22 Mar 2012 16:27:02 +0000 (09:27 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 22 Mar 2012 16:27:02 +0000 (09:27 -0700)
commit08959defa89f3a37775f744a52bfbbff93e742d6
tree5ea4445d397ed06b147f499850e0a4849bad3f9c
parent2795a15c0c460fac9a760557a8c18d79a857faab
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
src/pkg/sort/sort.go