Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleMergeSorter ¶
type SimpleMergeSorter struct {
// contains filtered or unexported fields
}
SimpleMergeSorter is the simple merge sorter.
func New ¶
func New(data ...[]ValueType) (sms *SimpleMergeSorter, err error)
New is a constructor of a simple merge sorter.
func (*SimpleMergeSorter) Sort ¶
func (s *SimpleMergeSorter) Sort() (result []ValueType)
Sort sorts the data.
Click to show internal directories.
Click to hide internal directories.