findLast
Iterate over the singly-linked list from this node, until the final node is found.
This operation is O(N). Instead of calling this function, consider using a different data structure.
Function parameters
Parameters
- node:*Node
This struct contains only a next pointer and not any data payload.
Types
- Node
- This struct contains only a next pointer and not any data payload.
Functions in this namespace
Functions
Source