numList: head: tail: data: 73 next: data: 37 next: data: 85 next: null After ListPrepend(numList, node 58), determine the following values. Enter null if the pointer is null. numList's head pointer points to node numList's tail pointer points to node node 58's next pointer points to node node 85's next pointer points to node Ex: 5 or null

icon
Related questions
Question
numList:
head:
tail:
data: 73
next:
data: 37
next:
data: 85
next:
null
After List Prepend(numList, node 58), determine the following values. Enter null if the
pointer is null.
numList's head pointer points to node Ex: 5 or null
numList's tail pointer points to node
node 58's next pointer points to node
node 85's next pointer points to node
Transcribed Image Text:numList: head: tail: data: 73 next: data: 37 next: data: 85 next: null After List Prepend(numList, node 58), determine the following values. Enter null if the pointer is null. numList's head pointer points to node Ex: 5 or null numList's tail pointer points to node node 58's next pointer points to node node 85's next pointer points to node
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer