ABSTRACT

The dynamic array extends the array to automatically change the capacity as needed. The dynamic circular array is identical to the dynamic array except that it instead extends the circular array. Thus we just briefly discuss the dynamic circular array and do not provide the implementation in the book. The full implementation is on the CD included with this book.