mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update doubly_linked_list.py
This commit is contained in:
parent
4a03488022
commit
93c18361f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# author: bt3gl
|
||||
|
||||
|
||||
class Node():
|
||||
class Node:
|
||||
|
||||
def __init__(self, data, previous=None):
|
||||
self.data = data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue