1 / 20

Fundamentos de informática

Fundamentos de informática. pilas. int DATO;. ?. DATO. int DATO;. ?. pila DADA;. DATO. ?. DADA. int DATO;. pila DADA;. ?. DATO. inicializarPila (DADA);. DADA. int DATO;. pila DADA;. inicializarPila (DADA);. ?. 5. DATO. ingresar(DATO). DADA. -1?. int DATO;.

trory
Download Presentation

Fundamentos de informática

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fundamentos de informática pilas

  2. int DATO; ? DATO

  3. int DATO; ? pila DADA; DATO ? DADA

  4. int DATO; pila DADA; ? DATO inicializarPila(DADA); DADA

  5. int DATO; pila DADA; inicializarPila(DADA); ? 5 DATO ingresar(DATO) DADA

  6. -1? int DATO; pila DADA; inicializarPila(DADA); 5 ingresar(DATO); DATO while (DATO!=-1){ DADA

  7. int DATO; pila DADA; inicializarPila(DADA); 5 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); 5 DADA

  8. int DATO; pila DADA; inicializarPila(DADA); 5 8 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); 5 DADA

  9. int DATO; pila DADA; inicializarPila(DADA); 8 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 5 DADA

  10. -1? int DATO; pila DADA; inicializarPila(DADA); 8 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 5 DADA

  11. int DATO; pila DADA; inicializarPila(DADA); 8 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 8 5 DADA

  12. int DATO; pila DADA; inicializarPila(DADA); 5 5 3 ingresar(DATO); DATO DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 8 5 DADA

  13. int DATO; pila DADA; inicializarPila(DADA); 3 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 8 5 DADA

  14. -1? int DATO; pila DADA; inicializarPila(DADA); 3 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 8 5 DADA

  15. int DATO; pila DADA; inicializarPila(DADA); 3 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 3 8 5 DADA

  16. int DATO; pila DADA; inicializarPila(DADA); 3 -1 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 3 8 5 DADA

  17. int DATO; pila DADA; inicializarPila(DADA); -1 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 3 8 5 DADA

  18. -1? int DATO; pila DADA; inicializarPila(DADA); -1 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 3 8 5 DADA

  19. int DATO; pila DADA; inicializarPila(DADA); -1 ingresar(DATO); DATO while (DATO!=-1){ • apilar(DADA, DATO); ingresar(DATO); } 3 8 5 DADA

More Related