Practice: Dynamic Array Of Strings

Take out a piece of paper. We’ll be programming on paper.

Problem 1

Write the

int indexOf(String s)

method for the DynamicArrayOfStrings class.

Problem 2

Write the

void sort();

method.