Answer TRUE or FALSE.

In an array-based list implementation, to access the predecessor of the current node we must start at the first node in the list.

False
  • True
  • False

Is it possible to go backwards? If not, what can we do intead?