Class KruskalMinimumSpanningTree
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class KruskalMinimumSpanningTree
Methods
Calculate(IGrid, Func<Step, float?>)
Declaration
public static IEnumerable<Step> Calculate(IGrid grid, Func<Step, float?> stepLengths)
Parameters
| Type | Name | Description |
|---|---|---|
| IGrid | grid | |
| Func<Step, float?> | stepLengths |
Returns
| Type | Description |
|---|---|
| IEnumerable<Step> |
LexCompare(Cell, Cell)
Declaration
public static bool LexCompare(Cell a, Cell b)
Parameters
| Type | Name | Description |
|---|---|---|
| Cell | a | |
| Cell | b |
Returns
| Type | Description |
|---|---|
| bool |