119 Let’s say that you need to access a particular node on a linked list, but you don’t know the reference to the node or the position the node has on the linked list, although you do know the data is stored in the node. You can locate the node by calling the _____ function.

Skill/Topic: Stacks and Queues: Insert, Delete, Peek, Find
A) insertNode()
B) giveNode()
C) findNode()
D) cannot locate the node at all

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions