/* Assume that v, the Employee vector, is sorted by name. */ find the index point i in v that has an employee name just greater than e's name push the last employee in the vector to the end of the vector move all elements from i to the last entry - 1 up by 1 add e to index i