dunkelheit v1.0.1 (2019-05-12T23:59:37Z)
Dub
Repo
DFSTreeInfo
dkh
graph
dfstree
Undocumented in source.
struct
DFSTreeInfo {
int
[]
low
;
int
[]
ord
;
int
[]
par
;
int
[]
vlis
;
int
[][]
tr
;
this
(int n);
}
Constructors
this
this
(int n)
Undocumented in source.
Members
Variables
low
int
[]
low
;
ord
int
[]
ord
;
par
int
[]
par
;
Undocumented in source.
tr
int
[][]
tr
;
vlis
int
[]
vlis
;
Undocumented in source.
Meta
Source
See Implementation
dkh
graph
dfstree
functions
dfsTree
structs
DFSTreeInfo