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