CSharpTest.Net
MergeSort Class
Members  See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : MergeSort Class

Glossary Item Box

Provides a stable array sort based on merge-sort using O(n) additional memory. As a release build, this routine will operate faster than Array.Sort when using a custom (non-default) comparison. It also has the advantange of being stable, that is it preserves the order of elements that compare as being of equal value.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class MergeSort 
C# 
public static class MergeSort 

Inheritance Hierarchy

System.Object
   CSharpTest.Net.Collections.MergeSort

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys