I've completed a new ADT, but have some problems with what to name It to. It is basically a Sequence, see w1.313.telia.com/~u31318241/CommonAPI.pdf for my definition of a Sequence (basically an array where you can do insert and remove).
The suggested names are -ADT.Vector -ADT.Array -ADT.Sequence
I'm personally leaning towards Vector or Sequence because Array could cause name conflicts. The ADT is currently named ArrayAdapter (not a very good name).