What are the Overlapping elements
Overlapping elements can be found by scanning all the elements in front of deleted element in priority list for the sheet and comparing them with the deleted element. If number of the element is large, this algorithm grows linearly in number of elements.