Remove continuous elements from an array
let's first understand what continuous element in the above example, you have seen there is a repeating now I want to remove all continuous values only (not duplication) and keep 1st element of each repeating value let's see how can we achieve that ...
Jun 29, 20211 min read277
