For the following linked list that is 0-indexed, what number is on index position [3]?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In computer science, it's standard to use the natural numbers (0, 1, 2, ...) to label list positions: the first element will always be in position 0.
0 holds 9, 1 holds 8, 2 holds 7, and finally 3 holds 6 .