Posts by Jhonattan Cabral • 51 points
2 posts
-
3
votes1
answer540
viewsQ: Linear recursive search c++
I wanted to do a recursive linear search using vector and iterators, here’s the code: long int busca_sr(std::vector<long int> &amostra, const long int &key){ auto first =…
c++asked Jhonattan Cabral 51 -
2
votes0
answers490
viewsQ: Eliminating repeated values from a vector
Hello, folks briefly my problem is to eliminate repeated values of an array, here is my code and just below a brief explanation.…
c++11asked Jhonattan Cabral 51