Search Results for

    Show / Hide Table of Contents

    Class ShortestPathFinderTests

    Inheritance
    System.Object
    ShortestPathFinderTests
    BfsBasedShortestPathFinderTests
    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.ShortestPath
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class ShortestPathFinderTests

    Constructors

    | Improve this Doc View Source

    ShortestPathFinderTests(Func<Int32, IList<(Int32, Int32)>, IGraph>, Func<IShortestPathFinder>)

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

    Properties

    | Improve this Doc View Source

    FinderBuilder

    Declaration
    protected Func<IShortestPathFinder> FinderBuilder { get; }
    Property Value
    Type Description
    Func<IShortestPathFinder>
    | 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

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

    Declaration
    public void Find_IsCorrect(string graphDescription, int numberOfVertices, int[] starts, int[] ends, int start, int end, int expectedDistance, int[] expectedPath)
    Parameters
    Type Name Description
    System.String graphDescription
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends
    System.Int32 start
    System.Int32 end
    System.Int32 expectedDistance
    System.Int32[] expectedPath

    Extension Methods

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