AVL Balancing

scbauer scbauer at gmail.com
Wed Nov 22 19:16:07 EST 2006


This is one of the errors that im getting

Traceback (most recent call last):
  File "<pyshell#49>", line 1, in <module>
    t.insert(5)
  File "/Users/stevenbauer/Desktop/AVL.py", line 68, in insert
    stack.append(current)
NameError: global name 'stack' is not defined




More information about the Python-list mailing list