toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs.djikstra
Package-level
declarations
Types
Types
Dijkstra
Link copied to clipboard
class
Dijkstra
<
T
>
(
graph
:
AdjacencyList
<
T
>
)
Visit
Link copied to clipboard
class
Visit
<
T
>
(
val
type
:
VisitType
,
val
edge
:
Edge
<
T
>
?
=
null
)
Visit
Type
Link copied to clipboard
enum
VisitType
:
Enum
<
VisitType
>