Search Results for

    Show / Hide Table of Contents

    Class InputSortingTests

    Inheritance
    System.Object
    InputSortingTests
    HeapSortTests
    InsertionSortTests
    MergeSortTests
    RecursiveQuickSortTests_WithLomutoThree_PivotEndIndex
    RecursiveQuickSortTests_WithLomutoThree_PivotMiddleIndex
    RecursiveQuickSortTests_WithLomutoThree_PivotStartIndex
    RecursiveQuickSortTests_WithLomutoTwo_PivotEndIndex
    RecursiveQuickSortTests_WithLomutoTwo_PivotMiddleIndex
    RecursiveQuickSortTests_WithLomutoTwo_PivotStartIndex
    SelectionSortTests
    ShellSortTests_GapsCiura01
    ShellSortTests_GapsPositiveInts
    ShellSortTests_GapsPowerOf2
    ShellSortTests_GapsSedgewick82
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Tests.Lists.Sorting
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class InputSortingTests

    Constructors

    | Improve this Doc View Source

    InputSortingTests(Func<IInputMutatingSort>)

    Declaration
    protected InputSortingTests(Func<IInputMutatingSort> sorter)
    Parameters
    Type Name Description
    Func<IInputMutatingSort> sorter

    Properties

    | Improve this Doc View Source

    Sorter

    Declaration
    protected Func<IInputMutatingSort> Sorter { get; }
    Property Value
    Type Description
    Func<IInputMutatingSort>

    Methods

    | Improve this Doc View Source

    CompareTo(InputSortingTests.ValType1)

    Declaration
    public int CompareTo(InputSortingTests.ValType1 other)
    Parameters
    Type Name Description
    MoreStructures.Tests.Lists.Sorting.InputSortingTests.ValType1 other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Sort_PlaceItemsInOrder()

    Declaration
    public void Sort_PlaceItemsInOrder()
    | Improve this Doc View Source

    Sort_TakesIntoAccountComparerWithReferenceTypes()

    Declaration
    public void Sort_TakesIntoAccountComparerWithReferenceTypes()
    | Improve this Doc View Source

    Sort_TakesIntoAccountComparerWithValueTypes()

    Declaration
    public void Sort_TakesIntoAccountComparerWithValueTypes()
    | Improve this Doc View Source

    Sort_WorksWithDuplicates()

    Declaration
    public void Sort_WorksWithDuplicates()
    | Improve this Doc View Source

    Sort_WorksWithEmptyList()

    Declaration
    public void Sort_WorksWithEmptyList()
    | Improve this Doc View Source

    Sort_WorksWithReferenceTypes()

    Declaration
    public void Sort_WorksWithReferenceTypes()
    | Improve this Doc View Source

    Sort_WorksWithSingletonList()

    Declaration
    public void Sort_WorksWithSingletonList()
    | Improve this Doc View Source

    Sort_WorksWithValueTypes()

    Declaration
    public void Sort_WorksWithValueTypes()

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX