Busca binaria E Transformar fila em pilha
#include
#include
#include
struct elem{ char nome[256];
};
typedef struct elem Tno_elem;
void bubbleSort(Tno_elem vetor[], int n);
int main(){ int n = 0; int i = 0; char nome2[256]; int contBusca =0;
printf("Qual o tamanho dos dados? "); scanf("%d", &n); //tamanho de dados que usuário fornece. getchar();
Tno_elem vetor[n];
do{ //recebendo dados do teclado printf("digite o dado numero %d\n", i+1); gets(vetor[i].nome); i++; }while(i 0){ strcpy(tmp_nome,vetor[j+1].nome); strcpy(vetor[j+1].nome,vetor[j].nome); strcpy(vetor[j].nome,tmp_nome); } } }
}
void buscaBinaria(Tno_elem vetor[], int n, char nome2[]){
int e, m, d;
e = 0; d = n-1; int contm = 0;
while (e d){ printf("\nnao foi encontrado\n"); } }
}
#include
#include
#include
#include
struct elem{ char nome[256];
};
typedef struct elem Tno_elem;
void bubbleSort(Tno_elem vetor[], int n);
int main(){ int n = 0; int i = 0; char nome2[256]; int contBusca =0;
printf("Qual o tamanho dos dados? "); scanf("%d", &n); //tamanho de dados que usuário fornece. getchar();
Tno_elem vetor[n];
do{ //recebendo dados do teclado printf("digite o dado numero %d\n", i+1); gets(vetor[i].nome); i++; }while(i 0){ strcpy(tmp_nome,vetor[j+1].nome); strcpy(vetor[j+1].nome,vetor[j].nome); strcpy(vetor[j].nome,tmp_nome); } } }
}
void buscaBinaria(Tno_elem vetor[], int n, char nome2[]){
int e, m, d;
e = 0; d = n-1; int contm = 0;
while (e d){ printf("\nnao foi encontrado\n"); } }
}
#include
#include
struct pilha
{
int info; struct