nodeAt

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