Beispiel #1
0
 def __init__(self):
     DoublyLinkedList.__init__(self)  # create the empty list
Beispiel #2
0
 def __init__(self):
   DoublyLinkedList.__init__(self)
Beispiel #3
0
 def __init__(self):
     DoublyLinkedList.__init__(self)     # create the empty list