ixfx
Preparing search index...
Collections
Graphs
Directed
dfs
Function dfs
dfs
(
graph
:
Readonly
,
startIdOrVertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
)
:
Generator
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
void
,
unknown
,
>
Iterates over vertices from a starting vertex in an depth-first-search
Parameters
graph
:
Readonly
startIdOrVertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
Returns
Generator
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
void
,
unknown
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Iterates over vertices from a starting vertex in an depth-first-search