Preparing search index...
The search index is not available
ixfx
ixfx
Collections
Graphs
Directed
topologicalSort
Function topologicalSort
topological
Sort
(
graph
)
:
DirectedGraph
Topological sort using Kahn's algorithm. Returns a new graph that is sorted
Parameters
graph
:
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
;
}
>
[]
;
}
>
>
;
}
>
Returns
DirectedGraph
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Topological sort using Kahn's algorithm. Returns a new graph that is sorted