Class BellmanFordShortestDistanceTreeFinderTests
Inheritance
System.Object
BellmanFordShortestDistanceTreeFinderTests
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 class BellmanFordShortestDistanceTreeFinderTests : ShortestDistanceTreeFinderTests
Constructors
| Improve this Doc View SourceBellmanFordShortestDistanceTreeFinderTests()
Declaration
public BellmanFordShortestDistanceTreeFinderTests()
Methods
| Improve this Doc View SourceFind_IsCorrectWithNegativeCycles(String, Int32, Int32[], Int32[], Int32[])
Declaration
public void Find_IsCorrectWithNegativeCycles(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 |
Find_IsCorrectWithNegativeValues(String, Int32, Int32[], Int32[], Int32[])
Declaration
public void Find_IsCorrectWithNegativeValues(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 |