dunkelheit ~develop (2021-09-26T11:55:02.1809452)
Dub
Repo
NamoriInfo
dkh
graph
namori
Undocumented in source.
struct
NamoriInfo {
bool
[]
isCycle
;
int
[][]
cycles
;
int
[]
root
;
this
(int n);
}
Constructors
this
this
(int n)
Undocumented in source.
Members
Variables
cycles
int
[][]
cycles
;
Undocumented in source.
isCycle
bool
[]
isCycle
;
Undocumented in source.
root
int
[]
root
;
Undocumented in source.
Meta
Source
See Implementation
dkh
graph
namori
functions
directedNamori
namori
structs
NamoriInfo