L
L
Luke LikeSkywalker2019-07-10 09:04:02
Data Structures
Luke LikeSkywalker, 2019-07-10 09:04:02

What does this construction in the Linked List mean?

index.next = pointer
index = pointer

index and pointer are both linked list nodes
Why can't you just do:
index = index.next

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question