Posts by Matheus Andrade • 11 points
1 post
-
0
votes1
answer61
viewsQ: find repeated values in the vector in c
I need to create a code that given a number vector it needs to check where it contains repeated values and subtract 1 in the size of the vector whenever it finds, but it is giving time limit error…