Moreira D Wilson

Moreira D Wilson

 Ecuador @wilsonmoreiranunez desde - visto
Preguntar

Actividad pública reciente

Voto positivo a la respuesta

Eliminar Elementos de un vector en C++

respondió: Aquí tienes los 2 primeros utilizando la clase Vector 1 ordenar // BUBBLE SORT vector <int> bubble(vector <int> arr, long max){ int tmp; for(long i=0;i<max;i++) { for(long x=0; x<max-1-i; x++) { if(arr[x] > arr[x+1]) { //r.push_back(rnd); tmp =...