toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.linkedList
/
LinkedList
/
nodeAt
node
At
fun
nodeAt
(
index
:
Int
)
:
Node
<
T
>
?
Find a node at specific index Time complexity O(index) where index is the parameter
Return
Node
?
Parameters
index
Int