Search Results for

    Show / Hide Table of Contents

    Class BellmanFordShortestDistanceFinderTests

    Inheritance
    System.Object
    ShortestDistanceFinderTests
    BellmanFordShortestDistanceFinderTests
    Inherited Members
    ShortestDistanceFinderTests.GraphBuilder
    ShortestDistanceFinderTests.FinderBuilder
    ShortestDistanceFinderTests.Find_ThrowsExceptionWithInvalidStartOrEnd(String, Int32, Int32[], Int32[], Int32[])
    ShortestDistanceFinderTests.Find_IsCorrect(String, Int32, Int32[], Int32[], Int32[], Int32, Int32, Int32, Int32[])
    ShortestDistanceFinderTests.TestGraph(String, Int32, Int32[], Int32[], Int32[], Int32, Int32, Int32, Int32[])
    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.ShortestDistance
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class BellmanFordShortestDistanceFinderTests : ShortestDistanceFinderTests

    Constructors

    | Improve this Doc View Source

    BellmanFordShortestDistanceFinderTests()

    Declaration
    public BellmanFordShortestDistanceFinderTests()

    Methods

    | Improve this Doc View Source

    Find_IsCorrectWithNegativeCycles(String, Int32, Int32[], Int32[], Int32[], Int32, Int32, Int32, Int32[])

    Declaration
    public void Find_IsCorrectWithNegativeCycles(string graphDescription, int numberOfVertices, int[] starts, int[] ends, int[] distances, 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[] distances
    System.Int32 start
    System.Int32 end
    System.Int32 expectedDistance
    System.Int32[] expectedPath
    | Improve this Doc View Source

    Find_IsCorrectWithNegativeValues(String, Int32, Int32[], Int32[], Int32[], Int32, Int32, Int32, Int32[])

    Declaration
    public void Find_IsCorrectWithNegativeValues(string graphDescription, int numberOfVertices, int[] starts, int[] ends, int[] distances, 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[] distances
    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