mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
Update doubly_linked_list.py
This commit is contained in:
parent
4a03488022
commit
93c18361f3
@ -3,7 +3,7 @@
|
||||
# author: bt3gl
|
||||
|
||||
|
||||
class Node():
|
||||
class Node:
|
||||
|
||||
def __init__(self, data, previous=None):
|
||||
self.data = data
|
||||
|
Loading…
x
Reference in New Issue
Block a user