Remove all occurences of an element from vector in O(n) complexity

Suppose we have a vector of integers and we want to delete all occurences of a number from it i.e.

Remove all occurences of an element from vector in O(n) complexity Read More »