Ministério da Educação
Brasil um país de todos
Personal tools
You are here: Home Members Tiago A. E. Ferreira Graduação Algoritmos e Estrutura de Dados Programas TestaPilha.py
Navigation
Log in


Forgot your password?
 
Document Actions

TestaPilha.py

by Tiago Alessandro Espinola Ferreira last modified 2009-09-15 04:52

Programa em Python para testar a classe pilha

Click here to get the file

Size 1 kB - File type text/python-source

File contents

#Driver para teste da Classe Lista 
#Algoritmos e Estrutura da Dados
# Prof. Tiago A. E. Ferreira

import sys
from Pilha import Stack

pilha = Stack() #inicialisa uma pilha

print"Processando uma Pilha\n"

for i in range(4):
    stack.puch(i)
    print stack

while not stack.isEmpty():
    pop = stack.pop()
    print pop, "removido da pilha \n"
    print stack

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: