toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs.djikstra
/
Visit
Visit
class
Visit
<
T
>
(
val
type
:
VisitType
,
val
edge
:
Edge
<
T
>
?
=
null
)
Members
Constructors
Visit
Link copied to clipboard
constructor
(
type
:
VisitType
,
edge
:
Edge
<
T
>
?
=
null
)
Properties
edge
Link copied to clipboard
val
edge
:
Edge
<
T
>
?
=
null
type
Link copied to clipboard
val
type
:
VisitType