Nodes in the list

Report a typo

What operations can you perform with nodes in a linked list?

Tip: Random access to a node implies trying to retrieve a specific node directly by index in O(1)O(1) time like it can be done using arrays, without traversing the list sequentially.
Select one or more options from the list
___

Create a free account to access the full topic