Search Results for

    Show / Hide Table of Contents

    Class ShortestDistanceTreeFinderTests

    Inheritance
    System.Object
    ShortestDistanceTreeFinderTests
    BellmanFordShortestDistanceTreeFinderTests
    DijkstraShortestDistanceTreeFinderTests
    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.ShortestDistanceTree
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class ShortestDistanceTreeFinderTests

    Constructors

    | Improve this Doc View Source

    ShortestDistanceTreeFinderTests(Func<Int32, IList<(Int32, Int32)>, IGraph>, Func<IShortestDistanceFinder>, Func<IShortestDistanceTreeFinder>)

    Declaration
    protected ShortestDistanceTreeFinderTests(Func<int, IList<(int, int)>, IGraph> graphBuilder, Func<IShortestDistanceFinder> singlePathFinderBuilder, Func<IShortestDistanceTreeFinder> finderBuilder)
    Parameters
    Type Name Description
    Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph> graphBuilder
    Func<IShortestDistanceFinder> singlePathFinderBuilder
    Func<IShortestDistanceTreeFinder> finderBuilder

    Properties

    | Improve this Doc View Source

    FinderBuilder

    Declaration
    protected Func<IShortestDistanceTreeFinder> FinderBuilder { get; }
    Property Value
    Type Description
    Func<IShortestDistanceTreeFinder>
    | 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>
    | Improve this Doc View Source

    SinglePathFinderBuilder

    Declaration
    protected Func<IShortestDistanceFinder> SinglePathFinderBuilder { get; }
    Property Value
    Type Description
    Func<IShortestDistanceFinder>

    Methods

    | Improve this Doc View Source

    Find_IsCorrect(String, Int32, Int32[], Int32[], Int32[])

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

    TestGraph(String, Int32, Int32[], Int32[], Int32[], Int32)

    Declaration
    protected void TestGraph(string graphDescription, int numberOfVertices, int[] starts, int[] ends, int[] distances, int start)
    Parameters
    Type Name Description
    System.String graphDescription
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends
    System.Int32[] distances
    System.Int32 start

    Extension Methods

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