1. Suppose we want to delete at index
  2. We find the data value in the data vector, then swap it with last element, (Swap and Pop)
  3. Swap the corresponding ones in the ID vector aswell
  4. Swap the two indexes in the data index vector
  5. Delete the element in the data vector