[Tutor] Fixed Vector Array

Danny Yoo dyoo at hashcollision.org
Wed Mar 4 18:44:51 CET 2015


On Wed, Mar 4, 2015 at 7:40 AM,  <niyanaxx95 at gmail.com> wrote:
> Need help trying to implement insert, remove, indexof, and reverse functions.
>
> I tried to do them but am not sure if it is correct. I am struggling with arrays.

Hi Niyana,


Programmers generally use unit tests to double-check their programs.
Do you have any *unit tests* to help you feel more confident which
methods are probably ok?


More information about the Tutor mailing list