summaryrefslogtreecommitdiff
path: root/src/pkg/container/heap/heap.go
AgeCommit message (Expand)AuthorFilesLines
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-23/+23
2009-11-24Replace sort.Sort call with heapify algorithm in Init.Robert Griesemer1-11/+19
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-4/+4
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-13reduce stutter: sort.SortInterface -> sort.Interface.Rob Pike1-10/+10
2009-10-06another round of gofmt applicationsRuss Cox1-4/+4
2009-09-16add heap.RemoveRuss Cox1-0/+14
2009-09-02heap algorithmRobert Griesemer1-0/+82