Overview


This chapter is a coding challenge. All pages in this chapter relate to the coding challenge.

We will be coding a DynamicArray (as described in the previous chapter).

Another way to look at this challenge is to take a fixed array and code in the dynamics (i.e., code to support adding, inserting, and removing of elements).

Objectives



Scoring (Grading)