Methods
|
|
|
|
Pop
|
Pop ( self )
|
|
Push
|
Push ( self, x )
|
|
__init__
|
__init__ ( self, el=[] )
|
|
append
|
append ( self, x )
|
|
clear
|
clear ( self )
|
|
conc
|
conc ( self, A )
|
|
empty
|
empty ( self )
|
|
head
|
head ( self )
|
|
length
|
length ( self )
a) Access Operations
|
|
pop
|
pop ( self )
|
|
push
|
push ( self, x )
b)Update Operations
|
|
tail
|
tail ( self )
|
|