Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Castle
Core
Internal
TopologicalSortAlgo
C# Class Castle.Core.Internal.TopologicalSortAlgo
Show file
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
Sort
(
IVertex
graphNodes
) :
IVertex[]
Private Methods
Method
Description
Visit
(
IVertex
node
,
ColorsSet
colors
,
TimestampSet
discovery
,
TimestampSet
finish
,
LinkedList
list
,
int
&
time
) :
void
Method Details
Sort()
public
static
method
public
static
Sort
(
IVertex
graphNodes
) :
IVertex[]
graphNodes
IVertex
return
IVertex[]