- Suppose we want to delete at index
- We find the data value in the data vector, then swap it with last element, (Swap and Pop)

- Swap the corresponding ones in the ID vector aswell

- Swap the two indexes in the data index vector

- Delete the element in the data vector
