Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

Vectors provide fast and direct access to individual elements using zero-index-based __ access. This means you can efficiently retrieve or modify elements in constant time.

Write the missing line below.