kotlin-utils
/
loggersoft.kotlin.utils.graph
/
Graph
/
isConnected
is
Connected
open fun
isConnected
(startFrom:
V
, endWith:
V
):
Boolean
Content copied to clipboard
Returns
true
if
startFrom
and
endWith
vertexes are connected;
false
otherwise.
Throws
kotlin.NoSuchElementException