Search Results for

    Show / Hide Table of Contents

    Class GraphTests

    Inheritance
    System.Object
    GraphTests
    AdjacencyListGraphTests
    AdjacencyMatrixGraphTests
    EdgeListGraphTests
    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.Graphs
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class GraphTests

    Constructors

    | Improve this Doc View Source

    GraphTests(Func<Int32, IList<(Int32, Int32)>, IGraph>)

    Declaration
    protected GraphTests(Func<int, IList<(int, int)>, IGraph> graphBuilder)
    Parameters
    Type Name Description
    Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph> graphBuilder

    Properties

    | Improve this Doc View Source

    GraphBuilder

    Declaration
    protected Func<int, IList<(int, int)>, IGraph> GraphBuilder { get; }
    Property Value
    Type Description
    Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph>

    Methods

    | Improve this Doc View Source

    GetAllEdges_IsCorrect(Int32, Int32[], Int32[])

    Declaration
    public void GetAllEdges_IsCorrect(int numberOfVertices, int[] starts, int[] ends)
    Parameters
    Type Name Description
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends
    | Improve this Doc View Source

    Reverse_IsCorrect(Int32, Int32[], Int32[])

    Declaration
    public void Reverse_IsCorrect(int numberOfVertices, int[] starts, int[] ends)
    Parameters
    Type Name Description
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends
    | Improve this Doc View Source

    Reverse_OfReverseIsInitialGraph(Int32, Int32[], Int32[])

    Declaration
    public void Reverse_OfReverseIsInitialGraph(int numberOfVertices, int[] starts, int[] ends)
    Parameters
    Type Name Description
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends

    Extension Methods

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