This method of the VectorSort Class swaps two elements in the vector.
protected void swap(int p, int q);
swap(int,int) in Sort